问题描述
我找到了将Hyperledger Fabric部署到"Azure Hyperledger单成员区块链"的指南在这里,但是我无法部署我的Composer网络.
I found the guideline to deploy Hyperledger Fabric to "Azure Hyperledger Single Member Blockchain" here but I can't deploy my Composer network.
我没有找到任何指导方针.
I don't found any guideline to do it.
有人对我有同样的问题吗?谢谢!
Does anyone have the same problem with me?Thanks!
推荐答案
酷.接下来,继续安装Hyperledger Composer及其工具,请参见此处的文档链接-> https://hyperledger.github.io/composer//installing/development-tools.html
cool. Next, go ahead and install Hyperledger Composer and its tooling, see doc link here -> https://hyperledger.github.io/composer//installing/development-tools.html
它描述了在开发VM(与Fabric网络交互)上需要设置的所有先决条件.
It describes all of the pre-requisites you need to set up on your Development VM (that interacts with your Fabric network).
然后,您需要收集诸如CA,订购者等的Fabric节点的名称或IP地址,并将该信息提供给连接配置文件 https://hyperledger.github.io/composer/reference/connectionprofile.html 作为您创建商务网卡的一部分 https://hyperledger.github.io/composer//managing/id-cards-playground -这样您的Admins和Composer参与者可以与您在Azure上配置的运行时Fabric网络和配置的节点进行连接/部署/更新/交互.
You'll then need to gather the names or IP addresses of your Fabric nodes like CA, orderer etc. and you will provide that information to the connection profiles https://hyperledger.github.io/composer/reference/connectionprofile.html you define, as part of your business network card creation https://hyperledger.github.io/composer//managing/id-cards-playground - this is so that your Admins and Composer participants can connect/deploy/update/interact with the runtime Fabric network and configured nodes, that you have configured on Azure.
最美好的祝愿!
这篇关于如何将Hyperledger Composer部署到"Azure Hyperledger单成员区块链"?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!