You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should the example include contract source so that the stackblitz can be used to mint an L2 NFT? Is there maybe an NFT contract already deployed that's worth using here? I'm just using a random address for now, and the repo includes a contract borrowed from some EVMts examples
If the example should follow all the way through minting, then I'll want to add some functionality around tracking the transactions
unsure if this should be part of this repo, and haven't yet pushed anything to stackblitz, maybe it should be under your team?
Yea looks good. I can publish the latest code for you. You would want this to be its own GitHub repo. We can fork it. Once you got a GitHub repo to open it in stack blitz you just go to the url with the GitHub url at the end like this https://stackblitz.com/~/github.com/evmts/evmts-vite-wagmi-example .
for the nft the contract you grabbed from evmts is deployed to op goerli. You can use that contract address
Add a sharable example of using op-viem to mint an nft on l2 from l1
The text was updated successfully, but these errors were encountered: