An arbitrage tool based on awesome ccxt. Query ~55 exchanges to get about 2000 common pairs and calculate quote differencies to get best arbitrage opportunities
git clone https://github.com/Dvorson/cryptools.git
cd cryptools
npm i
npm run build
npm start
Go to http://localhost:8080 to get an aggregated overview table for current pairs with best ROI (Return on investment) potential
- 0.1.0
- Work in progress
- Fork it (https://github.com/Dvorson/cryptools/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request