Auto-EVM-bot is a minimalist bot that performs randomized token transfers on EVM-compatible networks.
- Sends a random amount of native tokens to a randomly generated address
- Periodic execution with randomized offset
- Deploys random minimalist contracts
Interacts with public ecosystem contractsSupports multiple networks
- Node.js >= 18
.envfile with:PRIVATE_KEY: your wallet's private keyRPC_URL: RPC endpoint of the target EVM network
- Clone the repository
- Install dependencies
- Create a
.envfile with required variables - Run the contracts compiler
- Run the bot
npm install
node compile.js
node index.js