Skip to content

Aggregator of order books from different cryptocurrency exchanges

Notifications You must be signed in to change notification settings

torcoste/orderbook-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Aggregator of order books from different cryptocurrency exchanges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published