Inspired by the uniswap arbitrage bot blog
- Automatic monitoring of liquidity
- Auto swap token choose a best route same like pancakeswap
- Automatically sell when the token value doubles
- Automatic stop loss when the price drops
- I will productize it.
- Supports multiple wallets, multiple tokens, and automatic task management.
- Support UI manager.
- SUpport more public chain like heco bsc and more.
Download & Install Node here : https://nodejs.org/en/download/
Then run command prompt or powershell
- Type
cd bsc-trade-bot-v1.0(replace with your cloned/downloaded bot folder) - Type
npm i
- Copy/rename example.env to .env
cp example.env .env - Provide your private key to .env PRIVATE_KEY field.
- Install dependencies
npm ioryarnif not already completed above. - Start the bot using
npm run start -- --withoryarn start -- --with - Enjoy!
- Open your account
- Click on three points at top-right corner
- Account details
- Export Private Key.
ROUTE_SWAP_CHOOSE=pancakeswap
MAX_TAKE_PROFIT_POINT=1.5
MIN_STOP_LOSS_POINT=0.5
WALLET_PRIVATE_KEY=YOUR_PRIVATE_KEY_HERE
# token address which you want
SWAP_OUTPUT_TOKEN=0x6a79e08db6c08b8f88703794bf1a47f5a01eb9dc



