Crates.io | indy |
lib.rs | indy |
version | 1.16.0-post-286 |
source | src |
created_at | 2017-07-24 07:42:50.634285 |
updated_at | 2022-08-04 14:10:01.268765 |
description | A library for assisting developers using LibIndy API |
homepage | https://github.com/hyperledger/indy-sdk |
repository | https://github.com/hyperledger/indy-sdk |
max_upload_size | |
id | 24801 |
size | 320,875 |
LibIndy major artifact of the SDK is a C-callable library that provides the basic building blocks for the creation of applications on the top of Hyperledger Indy, which provides a distributed-ledger-based foundation for self-sovereign identity.
indy is a library for assisting developers using LibIndy API.
indy does not include LibIndy. Install native "indy" library:
Add indy to Cargo.toml
[dependencies]
indy = "1.6.7"
This library is currently in experimental state.
Released under Apache 2.0 and MIT. See license files in git repo.