问题
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!
回答1:
cool. Next, go ahead and install Hyperledger Composer and its tooling, see doc link here -> https://hyperledger.github.io/composer//installing/development-tools.html
It describes all of the pre-requisites you need to set up on your Development VM (that interacts with your Fabric network).
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.
best wishes !
来源:https://stackoverflow.com/questions/47902968/how-to-deploy-hyperledger-composer-to-azure-hyperledger-single-member-blockchai