I have several questions:
Why does hyperledger network need more than one orderer node? If I understand correctly, after nodes validate the transactions, they pass those transactions to an orderer node. orderer node will timestamp those transactions, push them in a block and send that block to the nodes back. nodes will append that block to the ledger. Did I say everything correctly? if Yes, why do we need more than one orderer?
I know that I can add more entities to my network so that they can execute transactions and make smart contract calls and view my private blockchain. but where do nodes come from? do I add them? who adds them? organization is just someone who will have a certificate and who will make the transaction ,but what about nodes? nodes have to be computers and who brings nodes to network? if organizations can add nodes for their transaction to take place, why would they ever need to add more than one node?
If I made the network and all is good, how do I connect it? I know I can use sdk or node.js client but in a nutshell, how to connect it? Do I use the IP address of the computer where that blockchain is running or what?
Hyperledger Fabric works differently. It features a node called an orderer (it's also known as an “ordering node”) that does this transaction ordering, which along with other orderer nodes forms an ordering service.
The Orderer is responsible for packaging transactions into Blocks, and distribute them to Anchor Peers across the network. The transaction flow of Fabric have the steps Proposal, Packaging and Validation.
The ledger consists of two components: The world state describes the state of the ledger at a given point in time. It's the database of the ledger. The blockchain is a transaction log history that records all transactions.
There are basically three most important node types in the Hyperledger Fabric network. Certificate Authorities (CA) connect the whole network via certificate's chain of trust. Orderers maintain the consistency of the state and create blocks of transactions.
You will find full answers to your questions in the Fabric Docs, but quick answers below:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With