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, ∼2160🔥, 0💬
Popular Posts:
How To Protect Special Characters in Query String in PHP? If you want to include special characters ...
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...