In Hyperledger Fabric, each peer in the network hosts a copy of the ledger, which is associated with a member channel. The ledger itself is comprised of a blockchain to store the immutable, sequenced record in blocks, and a state database to maintain the current state of the ledger. There is one ledger per channel, and each peer maintains a copy of the ledger for each channel of which they are a member .
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit