Hyperledger.Indy.Sdk 1.11.1

dotnet add package Hyperledger.Indy.Sdk --version 1.11.1
NuGet\Install-Package Hyperledger.Indy.Sdk -Version 1.11.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hyperledger.Indy.Sdk" Version="1.11.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hyperledger.Indy.Sdk --version 1.11.1
#r "nuget: Hyperledger.Indy.Sdk, 1.11.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Hyperledger.Indy.Sdk as a Cake Addin
#addin nuget:?package=Hyperledger.Indy.Sdk&version=1.11.1

// Install Hyperledger.Indy.Sdk as a Cake Tool
#tool nuget:?package=Hyperledger.Indy.Sdk&version=1.11.1

Indy SDK for .NET

This is a work-in-progress .NET wrapper for Hyperledger Indy. It is implemented using PInvoke calls to a native c-callable library written in Rust. Hyperledger Indy is the open-source codebase behind the Sovrin network for self-sovereign digital identity.

The wrapper is designed to be platform independent and targets the .NET Standard 1.1. At present it has been tested on Windows and Ubuntu using .NET 4.5 and .NET Core 2.0.

Pull requests welcome!

Documentation

Documentation for the .NET wrapper is available here.

How to build

Simply build the indy-sdk-dotnet.sln file using Visual Studio, msbuild, dotnet or whatever build system your .NET implementation and platform supports.

The project also includes a NuGet package definition which can be built using the 'dotnet pack' command or by choosing publish on the project in Visual Studio.

Using the Wrapper

The .NET wrapper can be used in any .NET project by referencing the NuGet package which can be built using the instructions above or obtained from the nuget.org package repository. Please note that the version available on nuget.org is pre-release only!

Before attempting to use the .NET wrapper the c-callable SDK must be installed in the library/search path - see the Binaries section of the main project page to download the available c-callable binaries and their dependencies or the Building Indy SDK for information on how to build your own.

Integration tests are available in the indy-sdk-dotnet-test project and can be executed once the c-callable SDK has been installed and a node pool is available. See the information on building the SDK for your specific platform in the Building Indy SDK section of the main project page for information on how to set up a node pool for running integration tests.

Example use

For a sample project that contains executable demo code showing various usages of the .NET SDK wrapper see the .NET Sample.

Troubleshooting

Use environment variable RUST_LOG={info|debug|trace} to output logs of Libindy.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Hyperledger.Indy.Sdk:

Package Downloads
Hyperledger.Aries

.NET Core tools for building agent services

Did.AgentFramework.Core

.NET Core tools for building agent services

AgentFramework.Core

.NET Core tools for building agent services

WalletFramework

.NET Core tools for building agent services

Did.Hyperledger.Aries

.NET Core tools for building agent services

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.11.1 122,145 10/15/2019
1.8.0 5,084 3/27/2019
1.4.0 1,477 6/18/2018
0.0.4-alpha 1,371 11/22/2017
0.0.3-alpha 1,153 10/27/2017
0.0.1-alpha 1,221 9/16/2017