Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.0

See [!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-sdk

dotnet 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