@@ -123,7 +123,7 @@ the sharing of information and processes.
123
123
What is Hyperledger Fabric?
124
124
---------------------------
125
125
126
- The Linux Foundation founded the Hyperledger Project in 2015 to advance
126
+ The Linux Foundation founded Hyperledger in 2015 to advance
127
127
cross-industry blockchain technologies. Rather than declaring a single
128
128
blockchain standard, it encourages a collaborative approach to developing
129
129
blockchain technologies via a community process, with intellectual property
@@ -135,9 +135,9 @@ Like other blockchain technologies, it has a ledger, uses smart contracts,
135
135
and is a system by which participants manage their transactions.
136
136
137
137
Where Hyperledger Fabric breaks from some other blockchain systems is that
138
- it is **private ** and **permissioned **. Rather than the “proof of work” some
139
- blockchain networks use to verify identity (allowing anyone who meets those
140
- criteria to join the network), the members of a Fabric network enroll through
138
+ it is **private ** and **permissioned **. Rather than the “proof of work” some
139
+ blockchain networks use to verify identity (allowing anyone who meets those
140
+ criteria to join the network), the members of a Fabric network enroll through
141
141
a **membership services provider **.
142
142
143
143
Fabric also offers several pluggable options. Ledger data can be stored in
@@ -221,7 +221,7 @@ which defines the order that all processes subsequently build upon.
221
221
Hyperledger Fabric has been designed to allow network starters to choose a
222
222
consensus mechanism that best represents the relationships that exist between
223
223
participants. As with privacy, there is a spectrum of needs; from networks
224
- that are highly structured in their relationships to those that are more
224
+ that are highly structured in their relationships to those that are more
225
225
peer-to-peer.
226
226
227
227
We’ll learn more about the Hyperledger Fabric consensus mechanisms, which
@@ -273,4 +273,3 @@ including maintainability, performance, availability and disaster recovery.
273
273
274
274
.. Licensed under Creative Commons Attribution 4.0 International License
275
275
https://creativecommons.org/licenses/by/4.0/
276
-
0 commit comments