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, ∼1623🔥, 0💬
Popular Posts:
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
How to use the urllib.request.Request object to build more complex HTTP request? The urllib.request....
Where to find tutorials on HTML language? I want to know how to learn HTML. Here is a large collecti...
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...