Stellar API SDK for .NET
Report Bug ·
Request Feature ·
Report Security Vulnerability
dotnet-stellar-sdk
is a .NET library for communicating with a Stellar Horizon server or Stellar RPC server.
It is used for building Stellar apps.
This project originated as a full port of the official Java SDK API.
The stellar-dotnet-sdk
library is bundled in a NuGet package.
- Using the console
- Run
Install-Package stellar-dotnet-sdk
in the console.
- Run
- Using the NuGet Package Manager
- Search this package NuGet Package and install it.
The SDK includes numerous example applications showcasing its features. Explore these standalone projects:
Documentation is available here.
For information on how to contribute, please refer to our contribution guide.
dotnet-stellar-sdk
is licensed under an Apache-2.0 license. See the LICENSE file for details.