|
1 | 1 | Overview
|
2 | 2 | ========
|
3 | 3 |
|
4 |
| -**Hyperledger Fabric** is a platform for distributed ledger solutions, underpinned |
| 4 | +Hyperledger Fabric is a platform for distributed ledger solutions, underpinned |
5 | 5 | by a modular architecture delivering high degrees of confidentiality, resiliency,
|
6 | 6 | flexibility and scalability. It is designed to support pluggable implementations
|
7 |
| -of different components, and accomodate the complexity and intricacies that exist |
| 7 | +of different components, and accomodate the complexity and intricacies that exist |
8 | 8 | across the economic ecosystem.
|
9 | 9 |
|
10 |
| -This section provides a high-level overview of key Fabric concepts: |
11 |
| - |
12 |
| -* :ref:`Assets` |
13 |
| -* :ref:`Chaincode` |
14 |
| -* :ref:`Ledger-Features` |
15 |
| -* :ref:`Privacy-through-Channels` |
16 |
| -* :ref:`Security-Membership-Services` |
17 |
| -* :ref:`Consensus` |
| 10 | +Hyperledger Fabric delivers a uniquely elastic and extensible architecture, |
| 11 | +distinguishing it from alternative blockchain solutions. Planning for the |
| 12 | +future of enterprise blockchain requires building on top of a fully-vetted, |
| 13 | +open source architecture; Hyperledger Fabric is your starting point. |
18 | 14 |
|
| 15 | +The key design features woven into Hyperledger Fabric fulfill its promise of a |
| 16 | +comprehensive, yet customizable, enterprise blockchain solution: |
19 | 17 |
|
| 18 | +* :ref:`Assets` - Asset definitions enable the exchange of almost anything with |
| 19 | +monetary value over the network, from whole foods to antique cars to currency |
| 20 | +futures. |
| 21 | +* :ref:`Chaincode` Chaincode execution is partitioned from transaction ordering, |
| 22 | +limiting the required levels of trust and verification across node types, and |
| 23 | +optimizing network scalability and performance. |
| 24 | +* :ref:`Ledger-Features` - The immutable, shared ledger encodes the entire |
| 25 | +transaction history for each channel, and includes SQL-like query capability |
| 26 | +for efficient auditing and dispute resolution. |
| 27 | +* :ref:`Privacy-through-Channels` - Channels enable multi-lateral transactions |
| 28 | +with the high degrees of privacy and confidentiality required by competing |
| 29 | +businesses and regulated industries that exchange assets on a common network. |
| 30 | +* :ref:`Security-Membership-Services` - Permissioned membership provides a |
| 31 | +trusted blockchain network, where participants know that all transactions can |
| 32 | +be detected and traced by authorized regulators and auditors. |
| 33 | +* :ref:`Consensus` - Fabric's unique approach to consensus enables the |
| 34 | +flexibility and scalability needed for the enterprise. |
0 commit comments