VOOZH about

URL: https://www.nuget.org/packages/Hyperledger.Indy.Sdk/

⇱ NuGet Gallery | Hyperledger.Indy.Sdk 1.11.1




Hyperledger.Indy.Sdk 1.11.1

Prefix Reserved
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.
<PackageVersion Include="Hyperledger.Indy.Sdk" Version="1.11.1" />
 
Directory.Packages.props
<PackageReference Include="Hyperledger.Indy.Sdk" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Hyperledger.Indy.Sdk --version 1.11.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
#:package Hyperledger.Indy.Sdk@1.11.1
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Hyperledger.Indy.Sdk&version=1.11.1
 
Install as a Cake Addin
#tool nuget:?package=Hyperledger.Indy.Sdk&version=1.11.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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 section of the main project page to download the available c-callable binaries and their dependencies or the 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 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 .

Troubleshooting

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

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net452 net452 is compatible.  net46 net46 was computed.  net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed.  xamarinios10 xamarinios10 is compatible. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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

WalletFramework

.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

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 139,029 10/15/2019
1.8.0 5,782 3/27/2019
1.4.0 2,237 6/18/2018
0.0.4-alpha 2,162 11/22/2017
0.0.3-alpha 1,617 10/27/2017
0.0.1-alpha 1,645 9/16/2017