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 SEP (Stellar Ecosystem Proposal) protocol implementations were ported from the Flutter SDK.
- Optional Connection Retry - Opt-in retry mechanism for connection failures (network errors, DNS failures)
- Configurable - Customize retry count, delays, and jitter when retries are enabled
- Full Stellar Support - Works with both Horizon API and Stellar RPC servers
The stellar-dotnet-sdk library is bundled in a NuGet package.
- Using the console
- Run
Install-Package stellar-dotnet-sdkin 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.