I've created a token on testnet out of curiosity. Token was created I'm able to transfer token to other testnet wallet I created.
I'm interest to run an airdrop to all of this testnet wallet but I'm struggled to find an easy guide on how to do that. (I'm not from programming based though)
My logic behind an airdrop should consist of :
- Recipient address and number of token they entitled to (unsure in what format this data should compile in)
- The main wallet that hold all the token (rather than a contract)
- A script that execute the airdrop by matching the "amount of token recipient entitled to" and "their wallet address"
- A mass send script to perform the airdrop.
Anyone can assist on this please? Although I'm not profiting from it but still, I find it interesting if I'm able to do the whole "basic" thing.