Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
/ arbitrage Public archive

Automate buy/sell opportunities between crypto exchanges

License

Notifications You must be signed in to change notification settings

iikatayuu/arbitrage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Arbitrage

GitHub

Automate trading opportunities between crypto exchanges. Currently supports Binance and Coinbase.

Prerequisites

Setting up the app

This system uses MySQL server to store the transactions history. You can just simply run the SQL file at setup/database.sql in your server to set it up.

After setting up the MySQL server, you'll need to add your .env file. You can rename the .env file to .env.development for development environments or .env.local for production environments then update the file to your configuration.

Running the app

In order to run this app, you'll need Nodejs and npm installed already in your system.

Install the dependencies then build the app by running:

npm install
npm run build

After installing the dependencies and building the app, you can now run it by:

npm run server

Support

If you had found a bug or any unexpected behavior, you can submit an issue through GitHub issues. If you wanted to contribute to this repository and become a contributor, you are very welcome to do so.