1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-13 09:23:04 +00:00

Added Discord link to ReadMe

This commit is contained in:
Jan Korf
2021-05-26 13:46:40 +02:00
parent 3ed2b7a959
commit b1f64bc8b1
+3
View File
@@ -103,6 +103,9 @@ Donations are greatly appreciated and a motivation to keep improving.
**Eth**: 0x069176ca1a4b1d6e0b7901a6bc0dbf3bb0bf5cc2
**Nano**: xrb_1ocs3hbp561ef76eoctjwg85w5ugr8wgimkj8mfhoyqbx4s1pbc74zggw7gs
## Discord
A Discord server is available [here](https://discord.gg/MSpeEtSY8t). For discussion and/or questions around the CryptoExchange.Net and implementation libraries, feel free to join.
## Usage
Most API methods are available in two flavors, sync and async, see the example using the `BinanceClient`:
````C#