Skip to content

Commit 1b58a4f

Browse files
FAB-2296 update overview
update overview.rst with content from JIRA [ci skip] Change-Id: I203da2f5d3b6c149e1f1e44a16b35401fc12fc8f Signed-off-by: Christopher Ferris <[email protected]>
1 parent c627cdd commit 1b58a4f

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

docs/source/overview.rst

+25-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,34 @@
11
Overview
22
========
33

4-
**Hyperledger Fabric** is a platform for distributed ledger solutions, underpinned
4+
Hyperledger Fabric is a platform for distributed ledger solutions, underpinned
55
by a modular architecture delivering high degrees of confidentiality, resiliency,
66
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
88
across the economic ecosystem.
99

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.
1814

15+
The key design features woven into Hyperledger Fabric fulfill its promise of a
16+
comprehensive, yet customizable, enterprise blockchain solution:
1917

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

Comments
 (0)