Skip to content

Chiricato/Tea-Auto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEA Airdrop Script

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.

Features

  • 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.

Requirements

  • Node.js (make sure the latest version is installed).
  • Your own private key stored in the .env file.

Installation

Follow these steps to install and run the script:

1. Clone Repository

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published