An ERC20 contract which can be used to airdrop already deployed ERC20 tokens to multiple addresses in one transaction.
npm install truffle
npm install truffle-hdwallet-provider
Add your wallet mnemonics Sign-Up on Infura and add Infura Key
Add your deployed ERC20 token address
npm install
truffle compile
truffle migrate --network mainnet --reset