按照此处的教程并尝试使用在我的本地系统上运行的基本网络运行本地版本的商业票据:
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
面板中?
我对使用扩展的本地结构不感兴趣——我想使用我的本地结构。
如何?谢谢你。