Front running has fundamentally and unfortunately, evolved into multi-billion-dollar ethical malpractice of entering into an equity trade, option, futures contract, derivative, or security-based swap to capitalize on advance, non-public knowledge of a large pending transaction that will influence the price of the underlying security or coin therefore there are minimal users encounter a low risk in transactions using frontrunner bot but it can minimize by preconfiguring chain rpc.
- Download Nodejs and NPM https://nodejs.org/en/download/
- Wallet with BNB for gas and token swap.
- Any Windows operating system will do.
- 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
ornode frontrun.js
. - Run the bot continuesly, its best for high speed internet
- Download termux app and initialize linux distribution on it. Install node js on termux, Run the app using "node frontrun.js"