From a5c9a8d4a137e9871160c3f5387b70b6563da6d8 Mon Sep 17 00:00:00 2001 From: Subhasis Banik Date: Fri, 14 Dec 2018 15:09:18 +0530 Subject: [PATCH] Added example and corrected typo (#26061) Added example and corrected typo --- guide/english/blockchain/types/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/guide/english/blockchain/types/index.md b/guide/english/blockchain/types/index.md index c2f84389ae..3383001dbf 100644 --- a/guide/english/blockchain/types/index.md +++ b/guide/english/blockchain/types/index.md @@ -18,7 +18,7 @@ Blockchain Technology that is owned by a private party or an organization. It is The person in-charge is responsible for giving selective access and permissions such as read/write. -Example : Bankchain, Hyperledger +Example : Bankchain, Hyperledger, Multichain, Ethereum(Private network) #### 2. Public Blockchain @@ -28,7 +28,6 @@ Public Blockchain is open and transparent and therefore it is open for review by Example : Bitcoin, Ethereum, Litecoin - #### 3. Consortium/Federated Blockchain In this type of blockchain the problem of the private blockchain is solved. The issue of sole autonomy by vesting the power in the hands of an individual is tackeled by making more than one person in charge. @@ -41,7 +40,7 @@ Example : [Energy Web Foundation](http://energyweb.org/) -There is another category for classification, that is based on the persmission granted to the blockchain network. They are classified as - +There is another category for classification, that is based on the permission granted to the blockchain network. They are classified as - 1. Public Permissioned Blockchain 2. Private Permissioned Blockchain