Tools, FAQ, Tutorials:
Hyperledger Composer Environment Channels
What Channels are included in my Hyperledger Composer Environment?
✍: FYIcenter.com
In the fabric-dev-servers.tar.gz package,
only one channel, "composerchannel", is created in the Hyperledger Composer Developer Environment.
The peer node peer0.org1.example.com has been configured to this channel. You can only deploy Hyperledger Composer blockchain business networks into an existing channel.
Channels are used in Hyperledger Fabric to divide peer nodes into groups to provide better security control.
Â
⇒ "PeerAdmin@hlfv1" - Peer Admin Access Card
⇠Hyperledger Composer Environment Orgs and Users
2020-07-14, ∼1164🔥, 0💬
Popular Posts:
How to send an FTP request with the urllib.request.urlopen() function? If an FTP server supports ano...
What validation keywords I can use in JSON Schema to specifically validate JSON Array values? The cu...
How to use urllib.parse.urlencode() function to encode HTTP POST data? My form data has special char...
Where to get a JSON.stringify() Example Code in JavaScript? Here is a good JSON.stringify() example ...
How To Protect Special Characters in Query String in PHP? If you want to include special characters ...