Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 990 Bytes

README.md

File metadata and controls

40 lines (34 loc) · 990 Bytes
Client screencast

orderbook-aggregator

Aggregator of order books from different cryptocurrency exchanges

Usage

To start the server, run the command:

./run-server.sh

You can configure the server using environment variables. For example:

PORT=10001 ./run-server.sh

The following env variables are supported:

  • PORT
  • SYMBOL
  • DEPTH
  • DATA_LIFETIME_MS
  • BINANCE_API_BASE_URL
  • BITSTAMP_API_URL

To start the client (table view), run the command:

./run-client.sh

It is also possible to specify the port on which the gRPC server is located using env var:

PORT=10001 ./run-client.sh