问题标签 [hyperledger-indy]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
37 浏览

java - Hyperledger Indy - 在 Alice Demo 中,连接请求的后台进程如何?

在alice demo中输入Recipient's Endpoint DID进行连接时,后台进程如何?收件人如何收到消息?如果有人可以分享这部分的代码

0 投票
2 回答
42 浏览

hyperledger-fabric - Hyperledger Fabric 的自定义 MSP

我正在尝试使用 Hyperledger Indy 中的 DID/VC 和 Hyperledger Fabric。只是我想用 DID/VC 替换 Fabric 的基于证书的身份/MSP。但是,据我了解,这不是直接的。基于现有的代码对 Fabric-CA 有很多依赖。有人可以帮我找出进行这种定制的潜在起点吗?

0 投票
1 回答
22 浏览

corda - 尝试使用 Corda 运行 cordenity 时出现 ClassNotFoundException

我正在尝试调用com.luxoft.blockchainlab.corda.hyperledger.indy.flow.b2b.GetDidFlowB2Bcorda上的流程。但它抛出

在我尝试获取 DID 的另一个节点上。我已经把jna-4.5.1.jar文件jre/lib和每个节点的djvm文件夹。但我仍然收到 CNF 异常。有人可以帮忙吗?

重现步骤

  1. 复制cordentity-cordapp-0.5.0到 PartyA 和 PartyB cordapp 目录
  2. 启动 indy-pool 并为每个节点创建 indy.properties 文件
  3. 使用在 PartyB 上启动流程flow start com.luxoft.blockchainlab.corda.hyperledger.indy.flow.b2b.GetDidFlowB2B$Initiator authority: "O=PartyA,L=London,C=GB"
0 投票
0 回答
18 浏览

hyperledger-indy - Hyperledger Indy SDK 证明者CreateProof

我正在玩 Hyperledger Indy SDK。我尝试制作一个proofRequest,以多个 cred_def_id 作为限制。但是,我收到了“CommonInvalidStructure”错误。在 NodeJS 的Indy SDK 文档中,我注意到 proverCreateProof 只允许一个 schemaID 和一个 credDefID。这是否意味着您只能为每个证明使用一个 schema/credDef,或者有没有办法解决这个问题?

0 投票
0 回答
19 浏览

macos - 尝试在 MacOS m1 上为 Hyperledger Indy 设置本地节点池时,Docker 构建失败并出现错误“无法找到包”

我一直想玩 Hyperledger Indy,我似乎已经正确安装了必要的 sdk。但是,当我为本地节点池构建 docker 映像时,我不断收到此错误:

在此处输入图像描述

这是dockerfile:

dockerfile

我希望这是一件简单的事情,只是我还不够成熟,无法实现。

0 投票
0 回答
8 浏览

hyperledger - 使用 Indy 的密钥签署 Corda 交易

我正在使用 Cordenity,它为 Corda 区块链提供 Indy 集成。我可以使用GetDidFlowB2B自定义流中的流检索其他节点 DID。但我无法从 Indy 检索关联的公钥,因此我可以使用 Indy 的密钥而不是使用 Corda 节点公钥签署交易。关于如何从 Cordenity 检索 Indy 密钥或如何使用 Indy 密钥签署 Corda 交易的任何帮助都会非常有帮助。