1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-19 20:33:03 +00:00
This commit is contained in:
Jkorf
2022-01-17 13:44:45 +01:00
parent e51b863242
commit b65669659d
9 changed files with 83 additions and 38 deletions
+13 -8
View File
@@ -1,17 +1,22 @@
---
title: Home
nav_order: 1
---
The CryptoExchange.Net library is a base package for exchange API implementations.
[Client usage](https://github.com/JKorf/CryptoExchange.Net/wiki/Clients)
[Client usage](Clients.html)
[Client options](https://github.com/JKorf/CryptoExchange.Net/wiki/Options)
[Client options](Options.html)
[Configure logging](https://github.com/JKorf/CryptoExchange.Net/wiki/Logging)
[Configure logging](Logging.html)
[Order book implementations](https://github.com/JKorf/CryptoExchange.Net/wiki/Orderbooks)
[Order book implementations](Orderbooks.html)
[Common interfaces](https://github.com/JKorf/CryptoExchange.Net/wiki/Interfaces)
[Common interfaces](Interfaces.html)
[Implementing a new exchange](https://github.com/JKorf/CryptoExchange.Net/wiki/Implementations)
[Implementing a new exchange](Implementations.html)
[Glossary](https://github.com/JKorf/CryptoExchange.Net/wiki/Glossary)
[Glossary](Glossary.html)
[FAQ](https://github.com/JKorf/CryptoExchange.Net/wiki/FAQ)
[FAQ](FAQ.html)