Tools, FAQ, Tutorials:
Simplest Hyperledger Fabric Network
What is the simplest Hyperledger Fabric Network?
✍: FYIcenter.com
The simplest Hyperledger Fabric Network consists of 2 systems,
an orderer and a peer, running 1 channel with 1 chaincode.
But ledger (Blockchain and World State) is not distributed.
To improve reliability, we can add a second ledger peer to
the network.
Now we have a reasonable Hyperledger Fabric Network to run a Hyperledger application for a single organization.
2020-02-07, ∼1723🔥, 0💬
Popular Posts:
Why I am getting "The Windows SDK version 8.1 was not found" error, when building my C++ application...
How to attach console to a Running Container using the "docker container exec" command? I want to ge...
How to how to use matched string and groups in replacements with re.sub()? When calling the re.sub()...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...
What validation keywords I can use in JSON Schema to specifically validate JSON Array values? The cu...