为Hyperledger Composer卡设置“凭据设置”

时间:2018-08-14 16:24:02

标签: hyperledger-fabric hyperledger-composer

要创建带有凭据的卡片作为“凭据集”超级账本编辑器的步骤是什么?

1 个答案:

答案 0 :(得分:1)

您可以在操场上-> https://hyperledger.github.io/composer/latest/playground/id-cards-playground#manually-creating-a-business-network-card

从CLI-> https://hyperledger.github.io/composer/latest/managing/id-cards-playground#creating-a-business-network-card-from-component-files

以编程方式-如此处的示例所示-> https://github.com/hyperledger/composer-knowledge-wiki/blob/latest/knowledge.md#card-api-errors--resolutions-请参见该行的部分

https://github.com/hyperledger/composer-knowledge-wiki/blob/latest/knowledge.md#card-api-errors--resolutions

开始。

重要的是,如果您使用注册机密,则应首先connect()或ping通网络,以便激活身份并将其凭据(证书/密钥)下载到“他/她”钱包(如果需要,可以从那里导出和共享)。您可以在Playground中使用它,也可以将其导出(例如,从Composer REST API与业务网络进行交互时,可以导入到REST API钱包中)