Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 355 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 355 Bytes

Binance Trading Bot

Node.js Trading Bot using Binance API and Websockets

Installation

npm install

Building the Application

npm run build

Starting the Application

npm run start:dev - development mode
npm run start:stag - staging mode
npm run start:prod - production mode