Skip to content

Node.js Trading Bot using Binance API and Websockets

Notifications You must be signed in to change notification settings

CryptoOperations/nodejs-binance-trading-bot

Repository files navigation

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