Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proximax-storage/csharp-xpx-chain-sdk
ProximaX Sirius-Chain C# SDK
https://github.com/proximax-storage/csharp-xpx-chain-sdk
blockchain catapult csharp sdk sirius
Last synced: 8 days ago
JSON representation
ProximaX Sirius-Chain C# SDK
- Host: GitHub
- URL: https://github.com/proximax-storage/csharp-xpx-chain-sdk
- Owner: proximax-storage
- License: apache-2.0
- Created: 2018-11-09T05:00:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T10:12:51.000Z (over 1 year ago)
- Last Synced: 2024-12-06T23:11:35.708Z (27 days ago)
- Topics: blockchain, catapult, csharp, sdk, sirius
- Language: C#
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 10
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ProximaX Sirius Blockchain C# SDK #
Official ProximaX Sirius Blockchain SDK Library in C#.
The ProximaX Sirius Catapult Chain C# SDK is a C# library for interacting with the Sirius Blockchain. It provides a complete library set coverage, and supports synchronous and asynchronous requests.
## Requirements
.NetStandard 2.0See [!here](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) for platform compatibility
## Installation
In .Net Core
```cli
dotnet add package csharp-xpx-chain-sdkdotnet restore
```If you are using legacy .Net Framework 4.6.1 and above
```nuget
Install-Package csharp-xpx-chain-sdk
```## Wiki and Examples ##
For SDK documentation and examples see [wiki](https://github.com/proximax-storage/csharp-xpx-catapult-sdk/wiki)
## Contribution ##
We'd love to get more people involved in the project. Please feel free to [raise issue](https://github.com/proximax-storage/csharp-xpx-catapult-sdk/issues/new) or PR and we'll review your contribution.
## License ##Project is licensed under Apache License Version 2.0. See [LICENSE](https://github.com/proximax-storage/csharp-xpx-catapult-sdk/blob/master/LICENSE) file for details.
Copyright (c) 2019 ProximaX Limited