From 01a97412bffcbded0ade5406a0e482236fa6f3f4 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Tue, 18 Jan 2022 14:12:02 +0100 Subject: [PATCH] docs --- docs/index.md | 46 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 35 insertions(+), 11 deletions(-) diff --git a/docs/index.md b/docs/index.md index 6617b33..85f4bda 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,20 +3,44 @@ title: Home nav_order: 1 --- -The CryptoExchange.Net library is a base package for exchange API implementations. +The CryptoExchange.Net library is a base package for exchange API implementations. It offers base classes for creating clients for exchange API's. Basing exchange implementation on the common CryptoExchange.Net library allows for ease of implementation for new exchanges, as only the endpoints and models have to implemented, but not all systems around requests and connections, and it makes it easier for users to implement a new library in their code base as all base principles and configuration are the same for different exchanges. -[Client usage](Clients.html) +Implementations by me, these will always be on the latest CryptoExchange.Net version and the latest versions will always work together +||Exchange|Documentation| +|-|-|-| +||Binance|https://jkorf.github.io/Binance.Net/| +||Bitfinex|https://jkorf.github.io/Bitfinex.Net/| +||Bittrex|https://jkorf.github.io/Bittrex.Net/| +||Bybit|https://jkorf.github.io/Bybit.Net/| +||CoinEx|https://jkorf.github.io/CoinEx.Net/| +||FTX|https://jkorf.github.io/FTX.Net/| +||Huobi|https://jkorf.github.io/Huobi.Net/| +||Kraken|https://jkorf.github.io/Kraken.Net/| +||Kucoin|https://jkorf.github.io/Kucoin.Net/| -[Client options](Options.html) +Implementations by third parties. These might not be compatible with other libraries, make sure to check the CryptoExchange.Net version. +||Exchange| +|-|-| +||Switcheo| +||Liquid| +||Bitmex| +||HitBTC| +||Liquid| +||OKEx| +||Chiliz| +||BtcTurk| +||Thodex| +||Exante| +||Wootrade| -[Configure logging](Logging.html) +## Discord +A Discord server is available [here](https://discord.gg/MSpeEtSY8t). Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries. -[Order book implementations](Orderbooks.html) +## Donate / Sponsor +I develop and maintain this package on my own for free in my spare time. Donations are greatly appreciated. If you prefer to donate any other currency please contact me. -[Common interfaces](Interfaces.html) +**Btc**: 12KwZk3r2Y3JZ2uMULcjqqBvXmpDwjhhQS +**Eth**: 0x069176ca1a4b1d6e0b7901a6bc0dbf3bb0bf5cc2 +**Nano**: xrb_1ocs3hbp561ef76eoctjwg85w5ugr8wgimkj8mfhoyqbx4s1pbc74zggw7gs -[Implementing a new exchange](Implementations.html) - -[Glossary](Glossary.html) - -[FAQ](FAQ.html) +Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf) \ No newline at end of file