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.
At the moment, our .NET SDK only supports Gluwacoin transfers. For Bitcoin transfers, please use the REST API.
Getting Started
The namespace of Gluwa SDK is Gluwa.SDK_dotnet. 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:
GluwaClientfor managing funds by creating or retrieving transactionQRCodeClientfor 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?