Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 305 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 305 Bytes

pancakeswap-trading-bot

A POC trading bot for Pancakeswap. Intended as an educational exploration of scripted DEX trading.

Usage

  1. Run npm ci to install the dependencies
  2. Copy env.template to .env
  3. Edit the variables in .env
  4. Run the bot with node bot
  5. ???
  6. Profit?