Info and documentation for binance-trader
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.
Built as a command line node.js application.
- Node
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}