Gluwa SDK for .NET

If your service is developed in .NET, the features we provide are available through the SDK. The Gluwa SDK for .NET is a library with powerful features that enable .NET developers to easily make requests to the Gluwa APIs.

circle-info

Please note that the sandbox environment is deprecated and will be replaced with an alternative solution in the future.

circle-exclamation

Getting Started

The namespace of Gluwa SDK is Gluwa.SDK_dotnetarrow-up-right. The SDK requires .NET Core 2.1 or above.

Refer to the Microsoft documentation below to learn how to install Nuget packages.

Clients

To use Gluwa API, you need to create a Client object and initialize it. There are two types of Clients:

  1. GluwaClient for managing funds by creating or retrieving transaction

  2. QRCodeClient for creating QR codes.

Type

Description

bool

false by default. If you want to use the SandBox mode, set true

GluwaClient

QRCodeClient

Method Examples

GluwaClient

Returns true if successful and false if unsuccessful. Successful response means that the transaction has been accepted by Gluwa and will be included in the blockchain in a couple of minutes.

QRCodeClient

Webhook Validation

A method for validating if the webhook is from Gluwa or not. Gluwa sends a webhook request when a transaction is created or completed. Learn more about webhooks from Gluwa here.

Last updated

Was this helpful?