ElvenTools / elven-nft-minter-sc

Elven Tools NFT Minter Smart Contract - launching NFTs collections on the MultiversX blockchain
https://www.elven.tools
50 stars 33 forks source link

Token amount checks for giveaway endpoint #27

Closed juliancwirko closed 2 years ago

juliancwirko commented 2 years ago
butavpaul commented 2 years ago

In my opinion, should be limited only / transactions and not / wallets limit. The owner can keep NFTs for air drops, giveaways/contests. Some of the projects are keeping even 200 nfts. And also even if it's max nft/wallet it's owner decision to giveaway more.

juliancwirko commented 2 years ago

Good point. I will think about how to unify it. Also, some updates in the CLI will probably be required.

juliancwirko commented 2 years ago

For now, on the development branch, I removed the limit, and only the CLI will keep them when triggering the 'mint' or 'giveaway'. I also think I won't implement any checks for that on the SC because it is not natural. The 'UI' app (CLI or dapp) should keep that or someone who tries to use the SC directly.

juliancwirko commented 2 years ago

published