Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/QuantozTechnology/csharp-stellar-base
Library to create, encode and decode Stellar transactions
https://github.com/QuantozTechnology/csharp-stellar-base
Last synced: 3 months ago
JSON representation
Library to create, encode and decode Stellar transactions
- Host: GitHub
- URL: https://github.com/QuantozTechnology/csharp-stellar-base
- Owner: QuantozTechnology
- License: other
- Archived: true
- Created: 2016-01-21T09:18:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T13:54:23.000Z (over 5 years ago)
- Last Synced: 2024-05-08T08:34:15.963Z (6 months ago)
- Language: C#
- Homepage:
- Size: 1020 KB
- Stars: 25
- Watchers: 10
- Forks: 13
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-stellar - C# SDK
README
# ** Deprecated **
This SDK does not support Horizon 0.17.0
A more actively maintained SDK for .NET Core can be found here: https://github.com/elucidsoft/dotnet-stellar-sdk## csharp-stellar-base
Quick and dirty library to create, encode and decode Stellar transactions## Dependencies
- .NET 2.0## Usage
- Open in project Visual Studio (tested in VS 2015)
- Build Solution## Tests
- Run self tests using [TEST] -> Run -> All tests
- or [Ctrl+R], A## Generate code (LINUX commandline)
use ruby > 2.2.6
run:
```
bundle
rake xdr:generate
```