Automatically keeps your Arc Testnet wallet active daily β no manual work needed!
- π Auto connects to Arc Testnet every 24 hours
- π¦ Checks latest block number and gas price
- π Logs all activity to a file automatically
- π¨ Beautiful colored terminal output
- π Secure β private key stays in .env, never uploaded to GitHub
- β° Runs forever in the background on a schedule
- Python 3.8+
- Arc Testnet wallet with private key
- Testnet USDC from faucet
# Clone the repo
git clone https://github.com/tiijaay1/Arc-Testnet-Bot.git
# Enter the folder
cd Arc-Testnet-Bot
# Install dependencies
pip install -r requirements.txtCreate a .env file in the project folder:
Create a .env file:
PRIVATE_KEY=your_private_key_here
Never share your private key!
python bot.py
- RPC: https://rpc.testnet.arc.network
- Chain ID: 5042002
- Explorer: https://testnet.arcscan.app
- Faucet: https://faucet.circle.com
- Fork this repo
- Create a new branch
- Make your changes
- Open a Pull Request
Testnet use only. Never use your real wallet!
MIT License - free to use!
If this helped you, please give it a star!