risecloud / binance-triangle-arbitrage

Detect in-market cryptocurrency arbitrage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binance Triangle Arbitrage

This app monitors the Binance cryptocurrency exchange in search of triangle arbitrage opportunities.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing Prerequisites

The following dependencies are required to run an instance:

  1. NodeJS
  2. Npm

Install NodeJS and npm

brew install node

Running the tests

There are currently no tests

Deployment

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

Configuration

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.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under mit

About

Detect in-market cryptocurrency arbitrage


Languages

Language:JavaScript 100.0%