0

按照此处的教程并尝试使用在我的本地系统上运行的基本网络运行本地版本的商业票据:

https://marketplace.visualstudio.com/items?itemName=IBMBlockchain.ibm-blockchain-platform

在安装了所有必需软件的 Mac OSX 10.14.6 上针对 VSC 1.37.1 运行。

文档清楚地说:

Connecting to another instance of Hyperledger Fabric

The extension allow you to connect to any Hyperledger Fabric instance and perform some operational tasks. The tasks available are: install, instantiate and registering and enrolling identities.

To connect to a Hyperledger Fabric instance on the Fabric Environments panel click the + button. This will ask you for JSON node files that describe how to connect to a Hyperledger Fabric Node i.e. peer, orderer, or certificate authority.

我的基本网络使用 ca、couchdb、orderer 和 peer0 的活动 docker 容器运行

问题——我如何连接到这个结构——我将哪些 JSON 文件添加到Fabric Environments面板中?

我对使用扩展的本地结构不感兴趣——我想使用我的本地结构。

如何?谢谢你。

4

1 回答 1

0

自述文件https://github.com/IBM-Blockchain/blockchain-vscode-extension/blob/master/README.md提供了有关如何为您自己的远程结构创建代表您的 orderers/peers/cas 的节点文件的详细信息。

但是,如果您的远程结构使用 TLS,则信息有点稀疏,请参阅https://github.com/IBM-Blockchain/blockchain-vscode-extension/issues/1319了解更多信息。

于 2019-08-21T07:27:51.080 回答