@@ -16,19 +16,19 @@ The key design features woven into Hyperledger Fabric fulfill its promise of a
16
16
comprehensive, yet customizable, enterprise blockchain solution:
17
17
18
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.
19
+ monetary value over the network, from whole foods to antique cars to currency
20
+ futures.
21
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.
22
+ limiting the required levels of trust and verification across node types, and
23
+ optimizing network scalability and performance.
24
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.
25
+ transaction history for each channel, and includes SQL-like query capability
26
+ for efficient auditing and dispute resolution.
27
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.
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
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.
31
+ trusted blockchain network, where participants know that all transactions can
32
+ be detected and traced by authorized regulators and auditors.
33
33
* :ref: `Consensus ` - Fabric's unique approach to consensus enables the
34
- flexibility and scalability needed for the enterprise.
34
+ flexibility and scalability needed for the enterprise.
0 commit comments