Skip to content

.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.

To install the kokaq .NET SDK, via NuGet Package Manager or dotnet:

Terminal window
## NuGet
Install-Package Kokaq.Client
## dotnet
dotnet add package Kokaq.Client