Skip to content

Snipe bot for Ethereum. A production-ready bot with indexing, alpha and execution layers. It uses REVM for robust simulation.

Notifications You must be signed in to change notification settings

0xbarchitect/eth-snipe-bot

Repository files navigation

Ethereum Snipe bot

Sniper bot for Ethereum for fun and profit. A production-ready bot with indexing, alpha and execution layers. It uses REVM for robust simulation.

Architecture

system architecture

Prerequisites

Setup

  • Install dependencies
$ pip install -r requirements.txt
  • Install pyrevm

  • Create .env file from template and populate necessary credentials and secrets.

$ cp .env.example .env

Migrate

  • Execute DB migrations
$ python manage.py migrate

Run

  • Start bot
$ python main.py

About

Snipe bot for Ethereum. A production-ready bot with indexing, alpha and execution layers. It uses REVM for robust simulation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published