/bitfinex-sockets

Bitfinex Orderbook + Trades using Websockets 2.0 Service

Primary LanguageJavaScript

Bitfinex Orderbook + Trades using Websockets 2.0 Service

Development:

$ yarn install

// Start the frontend
$ yarn start:dev

// Start the backend
$ yarn start:server

Visit http://localhost:3000

Build and run using Docker:

$ yarn docker:build
$ yarn docker:run

Visit http://localhost:3001