This project demonstrates how you can allow users to mint specific NFTs from a collection using signature mint.
- React SDK: To access the connected wallet, switch the user's network, and claim an NFT from our Edition Drop collection.
Create a project using this example:
npx thirdweb create --template mint-specific-nfts
- Create an NFT Collection contract using the dashboard.
- Update the contract address in data/address.ts with the address of your collection.
- Update the NFTs in data/nfts.ts with the NFTs you want to mint.
- Create an environment variable in a
.env.local
file with your private key, in the formPRIVATE_KEY=xxx
, similarly to the.env.example
file provided.
For any questions, suggestions, join our discord at https://discord.gg/thirdweb.