Automate trading opportunities between crypto exchanges. Currently supports Binance and Coinbase.
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.
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
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.