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
2021-02-04, ∼1687🔥, 0💬
Popular Posts:
How to read Atom validation errors at w3.org? If your Atom feed has errors, the Atom validator at w3...
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...
How to create a "Sign-up or Sign-in" user flow policy in my Azure AD B2C directory? If you want to b...
Where to find tutorials on PHP language? I want to know how to learn PHP. Here is a large collection...
Where to find tutorials on Microsoft Azure services? Here is a large collection of tutorials to answ...