Wiger123 / Front-RunBot

front-running uniswap bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Front-RunBot

Requirements

  1. Install latest Node.js
  2. At the root of the project folder
    $ npm install web3
    $ npm install axios
    $ npm install colors
    $ npm install ethereumjs-tx
    $ npm install abi-decoder
    

Usage

Enter your PRIVATE_KEY before running the program.

$ node frontrun.js

About

front-running uniswap bot


Languages

Language:JavaScript 96.3%Language:Solidity 3.7%