TeaSend is an automated bot that sends TEA transactions to random blockchain addresses. The bot can be used to send transactions on a scheduled basis with a configurable daily transaction limit.
- Sends TEA to random addresses or from a predefined list.
- Checks gas fees for blockchain transactions.
- Limits the number of transactions sent per day.
Before running TeaSend, ensure you have the following:
- Node.js and npm (Node Package Manager) installed on your machine.
- A
.envfile containing configuration such as RPC URL and private key for wallet access.
-
Clone this repository:
git clone https://github.com/ZackyMrf/TeaSend.git
-
Navigate to the project directory
cd TeaSend -
Install dependencies
npm install
-
Copy the .env.example file to .env:
cp .env.example .env
-
Edit the .env file to add your PRIVATE_KEYS.
-
run
npm start