Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 888 Bytes

readme.md

File metadata and controls

29 lines (18 loc) · 888 Bytes

Cryptocurrency Watcher

This sample console application presents possibilities of crypto-websocket-extensions library.

  • displaying real-time price changes (under 1ms)
  • displaying L3 order book with reporting about price/amount updates of the individual orders

Price changes

crypto watcher

L3 order book

crypto watcher L3

Once cloned, run the following from a command line to run the app.

> dotnet restore
> dotnet run

You can modify the settings in appsettings.json to add or remove exchanges and symbols you'd like to watch. Also you can change mode between PriceChanges and L3.

After that, you're off to the moon. 🚀💎🙌

Inspired by: StonksWatcher