Skip to content

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

Notifications You must be signed in to change notification settings

GreenGeorge/tradebot

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published