Hi guys, I have a question about NFT contracts. How can implement a key-based minting? For example if a user has KEY-1 mint price is 0.3, if he has KEY-2 mint price is 0.2 and etc. I could've used something like a merkle tree but the wallets are not known, users have keys and they can use any of their wallets with the key.
Jun 16, 2022, 7:00 AM
Maybe you could use lazy minting for that
Jun 16, 2022, 7:04 AM