|
| 1 | +# Overview |
| 2 | + |
| 3 | +Hyperledger Fabric is a robust and flexible blockchain network architecture |
| 4 | +that provides enterprise-ready security, scalability, confidentiality and |
| 5 | +performance. Its unique implementation of distributed ledger technology ensures |
| 6 | +data integrity and consistency, while delivering accountability, transparency |
| 7 | +and efficiency. As a permissioned network, the fabric delivers a trusted |
| 8 | +blockchain network, where members are assured that all transactions can be |
| 9 | +detected and traced by authorized regulators and auditors. |
| 10 | + |
| 11 | +Hyperledger Fabric separates chaincode execution from transaction ordering, |
| 12 | +which limits the required levels of trust and verification across nodes, |
| 13 | +optimizing network scalability and performance. Private channels provide multi- |
| 14 | +lateral transactions with the high degree of privacy and confidentiality |
| 15 | +required for competing businesses and regulated industries to coexist on a |
| 16 | +common network. The fabric incorporates a modular approach to blockchain, |
| 17 | +enabling network designers to plug in their preferred implementations for |
| 18 | +components such as ordering, identity management and encryption. |
| 19 | + |
| 20 | +In total, Hyperledger Fabric delivers a uniquely comprehensive, elastic and |
| 21 | +extensible architecture, distinguishing it from the alternative blockchain |
| 22 | +solutions. Planning for the future of enterprise blockchain requires building |
| 23 | +on a fully-vetted, open architecture; Hyperledger Fabric is your starting point. |
| 24 | + |
| 25 | +**Attention**: The Hyperledger Fabric project team is continually working to |
| 26 | +improve the security, performance and robustness of the released software, and |
| 27 | +frequently publishes updates. To stay current as the project progresses, please |
| 28 | +see the **Communication** and **Still Have Questions?** topics. Your |
| 29 | +participation in Linux Foundation projects is welcomed and encouraged! |
0 commit comments