Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.31 KB

File metadata and controls

49 lines (32 loc) · 1.31 KB

README

Info and documentation for binance-trader

About

In its current state, binance-trader is a crypto trading application configured against binanceus via the ccxt API.

NOTE: This is a work in progress. Master branch will generally have working & functional POC code, but v1.0.0 will be the first fully functional application.

Technology

Built as a command line node.js application.

Stack

  • Node

Dependencies

Dev Dependencies

Setup

Pretty basic, clone and run the following in your terminal:

npm i
touch .env

To utilize the Binance US API, add the following into your .env file

API_KEY={api key in binance)
API_SECRET={api secret, only shown at creation of api key}