- Run
npm install
(assuming Node.js is installed) inside the project directory. - If running the first time, run
node precision.js
to get the market precisions for all coins (to avoid rounding errors). - Put your Binance API keys into a .env file in the project directory (take a look at .env.example). Make sure your API Key has sufficient permissions to trade.
- run
npm start
to run the script. Enter the amount of BTC to invest and the coin you want to buy. - ...
- Profit
Pull requests are welcome. If you have any questions, you can also contact me on Twitter @markwitt_me.