Skip to content

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

License

Notifications You must be signed in to change notification settings

junaid6141/airdropSolidityContract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages