Implemented by IOTA Foundation.
Utils script to airdrop IOTA tokens from the sender wallet to the list of addresses each of which receives the same amount.
The Move contract is provided in the folder move
.
Run this cmd: npm i
Copy the sample .env.airdrop.example
to .env.airdrop
and edit the following params:
CURRENT_OWNER_ACCOUNT_MNEMONIC
AIRDROP_INDIVIDUAL_AMOUNT
Create the CSV file airdropData.csv
which holds the addresses to receive airdrop. Each address is per line.
npm start