Tools, FAQ, Tutorials:
Two-Organization Hyperledger Fabric Network
What is the simplest Hyperledger Fabric Network for two organizations?
✍: FYIcenter.com
The simplest Hyperledger Fabric Network for two organizations
consists of 3 systems:
an orderer and a peer managed by first organization,
and another peer managed by the second organization.
If the second organization does not fully trust the first
organization, they can out source the orderer system to a third
organization.
Now we have a reasonable Hyperledger Fabric Network to run a Hyperledger application for two organizations.
⇒ Multiple Ledger Peers within Organization
2020-01-29, ∼2132🔥, 0💬
Popular Posts:
How to pull NVIDIA CUDA Docker Image with the "docker image pull nvidia/cuda" command? If you are ru...
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
How to use the JSON to XML Conversion Tool at utilities-online.info? If you want to try the JSON to ...