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, ∼2459🔥, 0💬
Popular Posts:
Why am I getting this "Docker failed to initialize" error? After installing the latest version of Do...
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...
What properties and functions are supported on http.client.HTTPResponse objects? If you get an http....
What Azure AD App Registration Manifest? Azure AD App Registration Manifest is JSON file that contai...
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...