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, ∼1634🔥, 0💬
Popular Posts:
How to pull NVIDIA CUDA Docker Image with the "docker image pull nvidia/cuda" command? If you are ru...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...
How to use urllib.parse.urlencode() function to encode HTTP POST data? My form data has special char...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...