/airdrop-erc20

An ERC20 contract which can be used to airdrop already deployed ERC20 tokens to multiple addresses in one transaction.

Primary LanguageJavaScriptMIT LicenseMIT

AirDrop ERC20 Tokens

An ERC20 contract which can be used to airdrop already deployed ERC20 tokens to multiple addresses in one transaction.

Installation

Truffle

npm install truffle

Truffle Wallet Provider

npm install truffle-hdwallet-provider

Update truffle.js

Add your wallet mnemonics Sign-Up on Infura and add Infura Key

trufflejs

Update AirDrop.sol

Add your deployed ERC20 token address

token

How to Run

    npm install
    truffle compile
    truffle migrate --network mainnet --reset