Last updated
Last updated
This guide will walk you through the necessary steps to get started with SendingNetwork requests using the SDK.
Before you begin, please ensure that you have the following prerequisites:
or greater installed on your development machine.
To install the SDK, you can use either NuGet package manage:
Use SDNClientFactory
to create an instance of SDNClient
.
Currently, SDNClient
supports only wallet account login.
To listen for the incoming room events you need to subscribe to OnSDNRoomEventsReceived
.
For a complete example, refer to Sample.cs. You can also clone this repository and run SDN.Sdk.Sample.Console
.