1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

Updated examples

This commit is contained in:
Jkorf
2026-06-03 10:13:34 +02:00
parent d64c1171a3
commit cc25a405c6
12 changed files with 366 additions and 408 deletions
+8
View File
@@ -0,0 +1,8 @@
# CryptoExchange.Net Examples
| Path | Topic |
| --- | --- | --- |
| `SharedClients` | Small runnable exchange agnostic quickstart for REST tickers and websocket ticker updates |
| `ConsoleClient` | Runnable CLI for some common operations |
| `ai-friendly` | Compact snippets that are easy to paste into small apps or coding-assistant prompts |
| `BlazorClient` | Server-side Blazor demo showing DI, live data, order books, and trackers |