This project is a script to send 0.01 TEA to multiple Ethereum addresses. You can choose to generate addresses randomly or use your own list of addresses.
- Generate random Ethereum addresses.
- Send 0.01 TEA to each address.
- User's willingness to manually enter the list of addresses.
- Ability to send ERC-20 tokens to listed addresses, using private keys from the .env file.
- Node.js (make sure the latest version is installed).
- Your own private key stored in the
.env
file.
Follow these steps to install and run the script:
- Clone this repository to your local computer:
git clone https://github.com/Chiricato/Tea-Auto.git
cd Tea-Auto
npm install
- Create a .env file in the root folder of the project and enter your private key:
PRIVATE_KEY=your_private_key_here
cp .env.example .env
- Run the script with the following command:
index node.js
sendTokenCreatedUser node.js
Last updated: Wed Apr 9 06:49:20 UTC 2025