Open VRamakrishna opened 2 years ago
The subtasks are as follows:
The identity syncing feature relies on the ability of an IIN to maintain group DIDs for networks. Presently, Hyperledger Indy does not support this feature, which is specified in a W3C draft. We need to add such a feature in the sample testnet IIN.
The specification of an IIN is given in https://github.com/hyperledger-labs/weaver-dlt-interoperability/blob/main/rfcs/models/identity/iin.md.
We need to create a sample network using Hyperledger Indy with a limited pool of nodes and credential schemas and definitions for group and individual DID recording and network memberships.
The location for this will be the
core/identity-management/iin
folder within the repository.