Tools, FAQ, Tutorials:
"composer network" - Deploy BNA File
How to deploy and start a business network BNA file to the local Hyperledger Fabric developer environment?
✍: FYIcenter.com
You can use the "composer network" command
to deploy and start a business network BNA file on the local
Hyperledger Fabric developer environment:
$ cd tutorial-network $ composer network install --card PeerAdmin@hlfv1 \ --archiveFile tutorial-network@0.0.1.bna ✔ Installing business network. This may take a minute... Successfully installed business network tutorial-network, version 0.0.1 Command succeeded
Then you can start the business network you just deployed.
$ cd tutorial-network $ composer network start --networkName tutorial-network \ --networkVersion 0.0.1 --networkAdmin admin \ --networkAdminEnrollSecret adminpw \ --card PeerAdmin@hlfv1 --file networkadmin.card \ Successfully started business network tutorial-network, version 0.0.1 Command succeeded
Your business network is up and running in the Hyperledger Composer developer environment now.
⇒ "composer network install" Errors
⇐ Create Peer Admin Access Card
2019-04-27, 254👍, 0💬
Popular Posts:
How to Create a New Instance of a Class? There are two ways to create a new instance (object) of a c...
How to add a new operation to an API on the Publisher Dashboard of an Azure API Management Service? ...
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
How to access Query String parameters from "context.Request.Url.Que ry"object in Azure API Policy? Q...
How to login to Azure API Management Publisher Portal 2017 version? If you have given access permiss...