[SOLVED] Airdrop NFTs Feature

Hi, i wanna ask is there a way to implemented Airdrop NFTs using Moralis? i wanna implemented a feature where i can send NFT’s for only the whitelisted members who joined early and send it to 5,10, or even 100 wallet addresses.

Thank you

No Moralis does not have a feature for that. You could have a backend using a private key wallet that transfers NFTs at some stage, or maybe do it in your contract - you can look up NFT air drop tutorials. There are likely many ways this could be done.

1 Like

Thank you for the reply, really appreciated it!