Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Jul 19, 2024
1 parent 4126e0d commit e534c93
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,20 @@ The library is targeting both `.NET Standard 2.0` and `.NET Standard 2.1` for op
|UWP|`10.0.16299` and higher|
|Unity|`2018.1` and higher|

## Get the library
[![Nuget version](https://img.shields.io/nuget/v/KrakenExchange.net.svg?style=for-the-badge)](https://www.nuget.org/packages/KrakenExchange.Net) [![Nuget downloads](https://img.shields.io/nuget/dt/KrakenExchange.Net.svg?style=for-the-badge)](https://www.nuget.org/packages/KrakenExchange.Net)
## Install the library

### NuGet
[![NuGet version](https://img.shields.io/nuget/v/KrakenExchange.net.svg?style=for-the-badge)](https://www.nuget.org/packages/KrakenExchange.Net) [![Nuget downloads](https://img.shields.io/nuget/dt/KrakenExchange.Net.svg?style=for-the-badge)](https://www.nuget.org/packages/KrakenExchange.Net)

dotnet add package KrakenExchange.Net

### GitHub packages
Kraken.Net is available on [GitHub packages](https://github.com/JKorf/Kraken.Net/pkgs/nuget/KrakenExchange.Net). You'll need to add `https://nuget.pkg.github.com/JKorf/index.json` as a NuGet package source.

### Download release
[![GitHub Release](https://img.shields.io/github/v/release/JKorf/Kraken.Net?style=for-the-badge&label=GitHub)](https://github.com/JKorf/Kraken.Net/releases)

The NuGet package files are added along side the source with the latest GitHub release which can found [here](https://github.com/JKorf/Kraken.Net/releases).

## How to use
*REST Endpoints*
Expand Down Expand Up @@ -63,7 +73,7 @@ CryptoExchange.Net also allows for [easy access to different exchange API's](htt
|--|--|--|
|Binance|[JKorf/Binance.Net](https://github.com/JKorf/Binance.Net)|[![Nuget version](https://img.shields.io/nuget/v/Binance.net.svg?style=flat-square)](https://www.nuget.org/packages/Binance.Net)|
|BingX|[JKorf/BingX.Net](https://github.com/JKorf/BingX.Net)|[![Nuget version](https://img.shields.io/nuget/v/JK.BingX.net.svg?style=flat-square)](https://www.nuget.org/packages/JK.BingX.Net)|
|Bitfinex|[JKorf/Bitfinex.Net](https://github.com/JKorf/Bitfinex.Net)|[![Nuget version](https://img.shields.io/nuget/v/Bitfinex.net.svg?style=flat-square)](https://www.nuget.org/packages/Bitfinex.Net)|
|Kraken|[JKorf/Kraken.Net](https://github.com/JKorf/Kraken.Net)|[![Nuget version](https://img.shields.io/nuget/v/Kraken.net.svg?style=flat-square)](https://www.nuget.org/packages/Kraken.Net)|
|Bitget|[JKorf/Bitget.Net](https://github.com/JKorf/Bitget.Net)|[![Nuget version](https://img.shields.io/nuget/v/JK.Bitget.net.svg?style=flat-square)](https://www.nuget.org/packages/JK.Bitget.Net)|
|Bybit|[JKorf/Bybit.Net](https://github.com/JKorf/Bybit.Net)|[![Nuget version](https://img.shields.io/nuget/v/Bybit.net.svg?style=flat-square)](https://www.nuget.org/packages/Bybit.Net)|
|CoinEx|[JKorf/CoinEx.Net](https://github.com/JKorf/CoinEx.Net)|[![Nuget version](https://img.shields.io/nuget/v/CoinEx.net.svg?style=flat-square)](https://www.nuget.org/packages/CoinEx.Net)|
Expand Down
16 changes: 13 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h4>Support the project</h4>
============================ -->
<section id="idocs_start">
<h1>Getting Started</h1>
<p>The packge is available on Nuget. After installing the package the Kraken API is available by using the <code>KrakenRestClient</code> and <code>KrakenSocketClient</code>.</p>
<p>The package is available on Nuget. After installing the package the Kraken API is available by using the <code>KrakenRestClient</code> and <code>KrakenSocketClient</code>.</p>
<div class="alert alert-info">More information and usage documentation is available at the <a href="https://jkorf.github.io/CryptoExchange.Net/" target="_blank">CryptoExchange.Net</a> documentation page</div>

</section>
Expand All @@ -169,9 +169,19 @@ <h1>Getting Started</h1>
<section id="idocs_installation">
<h2>Installation</h2>

<p>Add the package via dotnet, or add it via the package manager.</p>

<h5>Nuget</h5>
<p><a href="https://www.nuget.org/packages/KrakenExchange.Net"><img src="https://img.shields.io/nuget/v/KrakenExchange.net.svg?style=for-the-badge" /></a> <a href="https://www.nuget.org/packages/KrakenExchange.Net"><img src="https://img.shields.io/nuget/dt/KrakenExchange.Net.svg?style=for-the-badge" /></a></p>

<pre><code>dotnet add package KrakenExchange.Net</code></pre>

<h5>GitHub packages</h5>
<p>Kraken.Net is available on <a href="https://github.com/JKorf/Kraken.Net/pkgs/nuget/KrakenExchange.Net">GitHub packages</a>. You'll need to add <code>https://nuget.pkg.github.com/JKorf/index.json</code> as a NuGet package source.</p>

<h5>Download release</h5>
<p><a href="https://github.com/JKorf/Kraken.Net/releases"><img src="https://img.shields.io/github/v/release/JKorf/Kraken.Net?style=for-the-badge&label=GitHub" /></a></p>

<p>The NuGet package files are added along side the source with the latest GitHub release which can found <a href="https://github.com/JKorf/Kraken.Net/releases">here</a>.</p>

</section>

<hr class="divider">
Expand Down

0 comments on commit e534c93

Please sign in to comment.