Skip to content

Parker-Quinn/pathfinder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinder

A command line interface (CLI) for quantifying & detecting DEX token pair arbitrage on the Ethereum blockchain.

⚡️ Quick start

First, install Node.js. Then, run the following:

npm install
npm install ts-node -g
npm install typescript -g

⚙️ Commands & Options

start

begin searching for dex cycles repeatedly

ts-node ./src/program.ts start [OPTIONS]
Option Description Type Default Required?
--tokens Number of highest daily volume tokens number 5 No
--timeout Polling timeout (seconds) number 5 No
-x, --dex Select which DEX(s) to arbitrage bool false No
-d, --debug Enable debug mode for printing bool false No

run

search once for dex cycles

ts-node ./src/program.ts run [OPTIONS]
Option Description Type Default Required?
--tokens Number of highest daily volume tokens number 5 No
-x, --dex Select which DEX(s) to arbitrage bool false No
-d, --debug Enable debug mode for printing bool false No

🔮 Future Roadmap

  • More DEXs (PancakeSwap)
  • CEX
  • More L1s
  • L2s
  • Price slippage
  • Live gas cost feed

About

Cyclic arbitrage detection CLI for DEXs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • JavaScript 0.2%