资产和参与者的 HyperLedger Composer 数据存储

HyperLedger Composer data storage of assets and participants

我是 Hyper Ledger Composer 的新手。我理解它的方式 works.But 我的兴趣是为数字身份构建一个区块链应用程序 management.I 已经看到 Hyper Ledger 正在推出 Indy 项目,但我想从作曲家开始。

  1. https://github.com/mahoney1/composer-knowledge-wiki/blob/latest/knowledge.md#information_source--blockchain-recap

  2. 不确定这个问题的背景是什么 - 人数多于什么?在您的主题标题的上下文中; self-sovereign ID 是一种数字标识,可以使用 'consolidated bits of information' 关于学生的信息,并且可以存储为建立模型中捕获的真实身份的一种方式 - 在 Composer 中,身份正在交易(创建、更新,查询)是已知的,因为它已在业务网络上注册,以便首先访问它(来自 'whichever organisation' 的证书颁发机构位于该许可的区块链网络上,为交易身份颁发数字证书,在他们自己的organisation/institution - 然后他们使用该身份连接到网络,显然组织会知道它发给了谁)。

  3. Difference between hyperledger composer and hyperledger fabric? and What are the functional differences between Fabric Javascript SDK and Hyperledger Composer? - also you see an introduction here -> https://hyperledger.github.io/composer/next/introduction/introduction.html

  4. CGPA meaning: 所有科目取得的平均绩点?通常,您不会将敏感信息存储在与其他机构共享的区块链上,即 StudentID / Surname 之类的东西可能就足够了?记录是 'assets',显然学生是模型业务网络的参与者(简单化)。您可以在此处查看有关示例业务网络的更多信息,以及示例模型和示例事务代码以及 ACL -> https://github.com/hyperledger/composer-sample-networks/tree/master/packages