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, ∼2384🔥, 0💬
Popular Posts:
How to use the "set-variable" Policy Statement to create custom variables for an Azure API service o...
What Happens If One Row Has Missing Columns? What happens if one row has missing columns? Most brows...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
What Is session_register() in PHP? session_register() is old function that registers global variable...
How To Open Standard Output as a File Handle in PHP? If you want to open the standard output as a fi...