Mints an NFT on zkSync. A tutorial is available here.
I wanted to provide a tool to create an NFT on zkSync 2.0 alpha testnet.
yarn
- Add one of your wallets' private key, your own Infura project ID and a Web3.Storage API token in a
.env
file - Make sure you have a handful of Goerli ETH in this wallet
- Edit the
thistleMetadata.json
like you want - Deploy on zkSync testnet:
yarn hardhat deploy-zksync
See an example NFT here: https://ato.network/ZkSync/0xccA0521D453cA8C84Cb0b56936A4B764992b2F12/1
You can view your own NFT using Āto Scanner.
I mainly used zkSync docs: https://v2-docs.zksync.io/api/hardhat/getting-started.html