This app monitors the Binance cryptocurrency exchange in search of triangle arbitrage opportunities.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The following dependencies are required to run an instance:
- NodeJS
- Npm
Install NodeJS and npm
brew install node
Clone the code from github
git clone https://github.com/bmino/binance-triangle-arbitrage.git
Build the project from the root directory
npm install
Start the application
npm run live
All configuration is done inside the /config
directory.
To setup your configuration for the first time, duplicate each of the *.example
files, remove the ".example" extension, and fill in the appropriate information.
- Brandon Mino - Project Lead
See also the list of contributors who participated in this project.
This project is licensed under mit