/tradebot

Bitcoin trading bot built on Node to query the Bitcoin.co.id API. Built for learning purposes

Primary LanguageJavaScript

CircleCI

TRADEBOT

Node server to trade Bitcoin or other cryptocurrencies on the bitcoin.co.id exchange through its API. Made for learning purposes.

Getting started

Generate your own API keys from the bitcoin.co.id panel, and put them in a .env file in the project root :

BITCOINCOID_API_KEY=[Your API key]
BITCOINCOID_SECRET=[Your secret key]

And run

yarn install
yarn start

To generate production bundle:

yarn build