Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Marfusios/crypto-watcher-blazor

Cryptocurrency real-time prices and order book in the webassembly application
https://github.com/Marfusios/crypto-watcher-blazor

Last synced: about 2 months ago
JSON representation

Cryptocurrency real-time prices and order book in the webassembly application

Awesome Lists containing this project

README

        

# Cryptocurrency Watcher in Blazor

![bitcoin](img/bitcoin.png)
![blazor](img/blazor.png)
[![demo link](https://img.shields.io/badge/demo-link-blue.svg)](https://crypto.mkotas.cz)

This sample webassembly application presents possibilities of [crypto-websocket-extensions](https://github.com/Marfusios/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

![prices](img/screen1.png)

CryptoWatcher as a console application: [marfusios/crypto-watcher](https://github.com/Marfusios/crypto-watcher)