.NET
The kokaq .NET SDK is the official .NET client for kokaq.
Make sure that the kokaq server is running before you start using the SDK and following this guide.
Installation
Section titled “Installation”To install the kokaq .NET SDK, via NuGet Package Manager or dotnet:
## NuGetInstall-Package Kokaq.Client
## dotnetdotnet add package Kokaq.Client