pancakeswap夹子机器人 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
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.
- Node and NPM https://nodejs.org/en/download/
- Wallet with BNB for gas and token swap.
- Windows 10 and above for windows setup
- 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
. - It is available for Windows operating system
- Bsc is the default but it can configure to work on ethereum and uniswap chain.