This is an experimental bot for auto buying assets in the binance.com exchange.
-
Download and install NodeJs
-
Download Repo and open Repo root folder.
-
Create .env in root folder and copy , paste below code
API key for account access API_KEY = '' Secret key for account access API_SECRET = '' [API Docs](https://www.binance.com/restapipub.html)
-
Run this command to install packages
yarn
-
Run this command to start locally
yarn start
- Run this command to build
yarn build
- Run this command to deploy
yarn deploy
- Run this command to lint code
yarn lint