1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-20 21:02:55 +00:00
This commit is contained in:
Jkorf
2022-01-17 13:35:46 +01:00
parent e77add4d1c
commit dbfe34f534
12 changed files with 844 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
The CryptoExchange.Net library is a base package for exchange API implementations.
[Client usage](https://github.com/JKorf/CryptoExchange.Net/wiki/Clients)
[Client options](https://github.com/JKorf/CryptoExchange.Net/wiki/Options)
[Configure logging](https://github.com/JKorf/CryptoExchange.Net/wiki/Logging)
[Order book implementations](https://github.com/JKorf/CryptoExchange.Net/wiki/Orderbooks)
[Common interfaces](https://github.com/JKorf/CryptoExchange.Net/wiki/Interfaces)
[Implementing a new exchange](https://github.com/JKorf/CryptoExchange.Net/wiki/Implementations)
[Glossary](https://github.com/JKorf/CryptoExchange.Net/wiki/Glossary)
[FAQ](https://github.com/JKorf/CryptoExchange.Net/wiki/FAQ)