bazickoff / frontrun-pancakeswap-bot

The front run bot for Pancakeswap (BSC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

front-run-pancakeswap-bot

The front run bot for Pancakeswap (BSC)

Pancakeswap frontrun bot that purchases the specified token when liquidity is added. Bot is following the “target” address and trades tokens on PancakeSwap. Bot can front run by setting higher gas fee and using direct node for transaction

Prerequisities

Running BOT

  • Update env.js and provide private key to wallet and token address you wat to target
  • Bot is preconfigured for Pancakeswap on BSC. Review configuration in constants.js. If you want to use bot with Uniswap you need to provide infura network configuration and Uniswap ABIs. Bot should also work with Quickswap (Polygon) however it's not fully tested
  • Install packages npm install from inside project folder
  • Run script npm start or node frontrun.js

About

The front run bot for Pancakeswap (BSC)


Languages

Language:JavaScript 96.5%Language:Solidity 3.5%