aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsuan Lee <jacky@17.media>2019-02-25 10:34:05 +0800
committerHsuan Lee <jacky@17.media>2019-02-25 10:34:05 +0800
commitf3e75ef678213e8e370341b69fca3f386b78a82f (patch)
tree03011a65880439a23fa1344ae6e262a3c087d1a7
parent991ee6272d72269a736b4bd4be81ae6609e5699e (diff)
downloaddexon-wiki-f3e75ef678213e8e370341b69fca3f386b78a82f.tar
dexon-wiki-f3e75ef678213e8e370341b69fca3f386b78a82f.tar.gz
dexon-wiki-f3e75ef678213e8e370341b69fca3f386b78a82f.tar.bz2
dexon-wiki-f3e75ef678213e8e370341b69fca3f386b78a82f.tar.lz
dexon-wiki-f3e75ef678213e8e370341b69fca3f386b78a82f.tar.xz
dexon-wiki-f3e75ef678213e8e370341b69fca3f386b78a82f.tar.zst
dexon-wiki-f3e75ef678213e8e370341b69fca3f386b78a82f.zip
Updated Blockchain Comparison (markdown)
-rw-r--r--Blockchain-Comparison.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Blockchain-Comparison.md b/Blockchain-Comparison.md
index 34d928d..8d1310b 100644
--- a/Blockchain-Comparison.md
+++ b/Blockchain-Comparison.md
@@ -18,7 +18,7 @@ This document explains how DEXON is different compared to other blockchain infra
### Table of Contents
| Project | Throughput (TPS) | Latency (seconds) | Data Structure | Consensus | Smart Contract |
| --- | --- | --- | ------------- | --- | --- |
-|[DEXON](#dexon)|1M+|1|DAG|Byzantine agreement|O|
+|[DEXON](#dexon)|1M+|1|DAG|Byzantine agreement + Total ordering|O|
|[Algorand](#algorand)|875|< 60|chain|Byzantine agreement|△|
|[Bitcoin](#bitcoin)|7|3600|chain|longest chain rule|X|
|[Cardano](#cardano)|250|300|chain|Ouroboros|O|
@@ -48,7 +48,7 @@ This document explains how DEXON is different compared to other blockchain infra
## DEXON
|Throughput (TPS)|Latency (seconds)|Data Structure|Consensus|Smart Contract|
|-|-|-|-|-|
-|1M+|1|DAG|DEXON Byzantine agreement|O|
+|1M+|1|DAG|DEXON Byzantine agreement + Total ordering|O|
DEXON is a scalable, low-latency, energy efficient and inter-chain operable DApp ecosystem. DEXON uses an efficient Byzantine agreement as its main consensus algorithm, of which throughput can scale linearly with the number of nodes while latency remains nearly constant. With the adoption of verifiable random function, DEXON can provide high performance while keeping the network decentralized (~ 100K nodes). With such high throughput and low latency, practical DApp can finally be developed and widely used.