[Paper Note] Hyperledger Fabric A Distributed Operating System for Permissioned Blockchains

1 · Kong Jun · Oct. 25, 2025, midnight
Summary
Motivation HyperLedger Fabric aims to implement a permissioned blockchain featuring: General Programming Language High Throughput No Cryptocurrency Confidentiality General programming language and high throughput is not supported due to existing public block chains’ order-execute model.Essentially, order-state model is a form of finite state machine replication (i.e. Raft). In this model, all nodes start from the same initial state and apply mutation logs in a global total order, ultimately...