Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Improvement to TrustID ecosystem #40

@Zzocker

Description

@Zzocker

I have some query and suggestions regarding this project, specifically about the use of trustID in HL fabric application. I know one of the aims of this project is to provide a single digital identity for all types of blockchain.

Question:
Since invoke (worldstate update request) chaincode is not possible with chaincode installed on different channels. And trustID fabric chaincode uses InvokeChaincode(chaincodeName string, args [][]byte, channel string) pb.Response to invoke services. So to use dids stored on blockchain on different channels , one will have to install trustID chaincode to all these channels and manage the same dids documents on all these channels. To manage the same didis on many channels, trustID sdk will have to make atomic requests (CRUD on DIDs) to fabric. This atomic request won’t be easy to achieve. Please let me know if I am right till now, or am I missing something?

@mtnieto

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions