Hello everyone, what is the best practice to whitelist addresses for nft minting, define the list in the smart contract? Or create function like addUser? For example on the presale allow whitelisted address for mint 100 of 1000 nfts
Feb 27, 2022, 1:58 PM
Using a merkle tree will save you some gas, another option is a trusted signer (signed coupons)
Feb 27, 2022, 2:11 PM
Okay thanks
Feb 27, 2022, 2:24 PM