https://github.com/im-hanzou/tea-autosend
Script to send daily TEA tokens to 12 random addresses
https://github.com/im-hanzou/tea-autosend
automate autosend autotx daily nodejs tea-airdrop tea-xyz
Last synced: 6 months ago
JSON representation
Script to send daily TEA tokens to 12 random addresses
- Host: GitHub
- URL: https://github.com/im-hanzou/tea-autosend
- Owner: im-hanzou
- Created: 2025-04-10T04:37:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T18:27:49.000Z (6 months ago)
- Last Synced: 2025-04-10T18:47:14.075Z (6 months ago)
- Topics: automate, autosend, autotx, daily, nodejs, tea-airdrop, tea-xyz
- Language: JavaScript
- Homepage: https://tea.xyz/blog/attestation-flow-for-tea-airdrop
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TEA Autosend Daily
Script to send daily TEA tokens to 12 random addresses.
## Tools and components required
1. Guide: [Tea.xyz](https://tea.xyz/blog/attestation-flow-for-tea-airdrop)
2. Token Faucet: [here](https://faucet-assam.tea.xyz/)
3. EVM Wallet PrivateKey
4. VPS or RDP (OPTIONAL), Get free $200 credit [DigitalOcean](https://m.do.co/c/3f132e0f7e13) for 60 days here: [Register](https://m.do.co/c/3f132e0f7e13)
5. NodeJS. How to install:
- [Linux](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-22-04)
- [Windows](https://www.youtube.com/watch?v=La6kH33-AVM&ab_channel=TheCodeCity)
- [Termux](https://www.youtube.com/watch?v=5NceYSU4uFI&ab_channel=VectorM%3A)
## Modules Installation
- Download script [Manually](https://github.com/im-hanzou/tea-autosend/archive/refs/heads/main.zip) or use git:
```bash
git clone https://github.com/im-hanzou/tea-autosend
```
- Open terminal and make sure you already in bot folder:
```bash
cd tea-autosend
```
- Install modules:
```bash
npm install
```
- Run bot:
```bash
node index.js
```
- Then insert your EVM Wallet PrivateKey
# Notes
- You can just run this bot at your own risk, I'm not responsible for any loss or damage caused by this bot.
- This bot is for educational purposes only.