A bot for automating transactions and bridging assets on the t3rn network.
Last updated May 13, 2026
205
Stars
69
Forks
10
Issues
0
Stars/day
Attention Score
63
Language breakdown
No language data available.
▸ Files
click to expand
README
t3rn-airdrop-bot
A bot designed to automate transactions and bridge assets on the t3rn network, making the process seamless and efficient. Now supports both Optimism Sepolia and Arbitrum Sepolia testnets.
Features
- Automates asset bridging and swapping on the t3rn network.
- Supports multiple wallets through a JSON file containing private keys.
- Robust error handling with retry mechanisms to ensure all transactions are completed.
- User-friendly and easy to set up.
- Supports bridging from Optimism Sepolia and Arbitrum Sepolia.
Requirements
- Node.js (v14 or later)
- NPM (v6 or later)
- Private keys for the wallets you intend to use (stored in
privateKeys.json).
Installation
- Clone the Repository:
git clone https://github.com/dante4rt/t3rn-airdrop-bot.git
cd t3rn-airdrop-bot
- Install Dependencies:
npm install
- Create
privateKeys.json:
privateKeys.json in the root directory with the following format:
[
"yourprivatekey_1",
"yourprivatekey_2"
]
- Run the Bot:
npm start
- To run the bot for Arbitrum Sepolia:
npm run arbt
- To run the bot for Optimism Sepolia:
npm run opsp
Usage
- Use
npm startto check the menu options available. - Choose the appropriate command based on the network you want to use.
- The bot will automatically execute the transactions, handling any errors and retrying as needed.
Donations
If you would like to support the development of this project, you can make a donation using the following addresses:
- Solana:
GLQMG8j23ookY8Af1uLUg4CQzuQYhXcx56rkpZkyiJvP - EVM:
0x960EDa0D16f4D70df60629117ad6e5F1E13B8F44 - BTC:
bc1p9za9ctgwwvc7amdng8gvrjpwhnhnwaxzj3nfv07szqwrsrudfh6qvvxrj8
License
This project is licensed under the MIT License. See the LICENSE file for details.
🔗 More in this category