nft-merkle-allowlist-scaffold
nft-merkle-allowlist-scaffold copied to clipboard
Bootstrap an NFT minting site with Merkle tree allowlists.
33 | } 34 | async function checkIfClaimed() { > 35 | sampleNFT.methods.claimed(account).call({ from: account }).then((result) => { | ^ 36 | setAlreadyClaimed(result); 37 | }).catch((err) => { 38 |...
**Describe the bug** A clear and concise description of what the bug is. [root@VM-0-15-centos web]# yarn dev yarn run v1.22.17 $ next dev ready - started server on 0.0.0.0:3000, url:...
Is there anyway to map this out in the smart contract? For a custom whitelist? Example given: Wallet 1 is allowed to mint 3 NFTs. Wallet 2 is allowed to...
Can you implement this counter to show how many have been minted below the mint card. For example when you connect it would say "5/300" if 5 out of 300...