Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Cryptocurrency real-time prices and order book in the webassembly application
- Host: GitHub
- URL: https://github.com/Marfusios/crypto-watcher-blazor
- Owner: Marfusios
- License: mit
- Created: 2021-12-05T14:06:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T09:15:55.000Z (9 months ago)
- Last Synced: 2024-05-29T03:27:01.668Z (6 months ago)
- Language: SCSS
- Homepage: https://crypto.mkotas.cz
- Size: 39.1 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)