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, 1502🔥, 0💬
Popular Posts:
How to search for the first match of a regular expression using re.search()? The re.search() functio...
What Happens If One Row Has Missing Columns? What happens if one row has missing columns? Most brows...
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...
How To Avoid the Undefined Index Error in PHP? If you don't want your PHP page to give out errors as...
How to register and get an application ID from Azure AD? The first step to use Azure AD is to regist...