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.