aboutsummaryrefslogtreecommitdiffstats
path: root/Home.md
diff options
context:
space:
mode:
authorCheshireCatNick <cheshirecatnick@gmail.com>2018-08-30 14:50:47 +0800
committerCheshireCatNick <cheshirecatnick@gmail.com>2018-08-30 14:50:47 +0800
commitd606a07b167cc37aec1b1ab088f47cef803a6539 (patch)
tree0761454694246ea7705785a304e4155512303c75 /Home.md
parent6d1f10db0f49dbbeb216da2b7ff2375126bca6a9 (diff)
downloaddexon-wiki-d606a07b167cc37aec1b1ab088f47cef803a6539.tar
dexon-wiki-d606a07b167cc37aec1b1ab088f47cef803a6539.tar.gz
dexon-wiki-d606a07b167cc37aec1b1ab088f47cef803a6539.tar.bz2
dexon-wiki-d606a07b167cc37aec1b1ab088f47cef803a6539.tar.lz
dexon-wiki-d606a07b167cc37aec1b1ab088f47cef803a6539.tar.xz
dexon-wiki-d606a07b167cc37aec1b1ab088f47cef803a6539.tar.zst
dexon-wiki-d606a07b167cc37aec1b1ab088f47cef803a6539.zip
Updated Home (markdown)
Diffstat (limited to 'Home.md')
-rw-r--r--Home.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Home.md b/Home.md
index f0760f1..7a38a02 100644
--- a/Home.md
+++ b/Home.md
@@ -29,7 +29,7 @@ This document explains how DEXON is different compared to other blockchain infra
|[EOS](#eos)|100K|165|chain|longest chain & Byzantine fault tolerance|O|
|[Ethereum](#ethereum)|20|360|chain|longest chain|O|
|[Hashgraph](#hashgraph)|200K|20|DAG-tangle-lattice|Hedera|O|
-|[Hyperledger](#hyperledger)|4K|< 1|chain|Pluggable|O|
+|[Hyperledger](#hyperledger)|4K|< 1|chain|pluggable|O|
|[IOTA](#iota)|500 ~ 800|> 180|DAG-tangle|longest chain rule|X|
|[NANO](#nano)|7000|1|DAG-tangle-lattice|DPoS|X|
|[Omniledger](#omniledger)|6K|10|chain|ByzCoinX|△|
@@ -106,7 +106,7 @@ The consensus of Hashgraph is adapted Byzantine agreement on graph, on the other
## Hyperledger
|Throughput (TPS)|Latency (seconds)|Data Structure|Consensus|Smart Contract|
|-|-|-|-|-|
-|4K|< 1|chain|Pluggable|O|
+|4K|< 1|chain|pluggable|O|
Hyperledger (specifically, Hyperledger Fabric) is a distributed ledger designed for enterprise use. It should be permissioned, low-latency, high-throughput and provides private transaction functionalities. Its consensus is modularized and pluggable. It can choose among consensus engines/algorithms such as Tendermint, PBFT, Kafka ordering or RAFT.