Skip to content

VeroLom/Auto-EVM-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-EVM-bot

Auto-EVM-bot is a minimalist bot that performs randomized token transfers on EVM-compatible networks.

Features

  • 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 contracts
  • Supports multiple networks

Requirements

  • Node.js >= 18
  • .env file with:
    • PRIVATE_KEY: your wallet's private key
    • RPC_URL: RPC endpoint of the target EVM network

Usage

  1. Clone the repository
  2. Install dependencies
  3. Create a .env file with required variables
  4. Run the contracts compiler
  5. Run the bot
npm install
node compile.js
node index.js

About

Autonomous activity generator for EVM networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors