This system works to drop tokens for wallet addresses on the Theta network , You can drop 20 tokens for each account address that you put in your JSON file.
- The system contains 5000 addresses on the Theta network.
- It works on the React JS framework.
- A token was created on the Theta Testnet network.
- The smart contract was launched on Theta Testnet.
- Through the written smart contract, you can drop your currency to a group of addresses at one time.
- You can see the addresses to which the token was sent.
- There is an interface to interact with the smart contract.
Intall React-js Install React-js and set environment variables NODEJS and SOLIDITY, install React with the following command.
git clone https://github.com/eyass445/AirdropToken.git
cd AirdropToken
npm install
npm start