dotnet-stellar-sdk
Stellar API SDK for .NET
Report Bug ·
Request Feature ·
Report Security Vulnerability
About The Project
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.
Installation
The stellar-dotnet-sdk
library is bundled in a NuGet package.
Visual Studio
- 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.
JetBrains Rider
Other
Examples
The SDK includes numerous example applications showcasing its features. Explore these standalone projects:
Documentation
Documentation is available here.
Community & Support
Contributing
For information on how to contribute, please refer to our contribution guide.
License
dotnet-stellar-sdk
is licensed under an Apache-2.0 license. See the LICENSE file for details.