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

Latest commit

 

History

History
43 lines (33 loc) · 1.51 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.51 KB

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.