aboutsummaryrefslogtreecommitdiffstats
path: root/Home.md
diff options
context:
space:
mode:
authorcheshirecatnick <cheshirecatnick@gmail.com>2018-08-30 17:25:33 +0800
committercheshirecatnick <cheshirecatnick@gmail.com>2018-08-30 17:25:33 +0800
commitdbecabf0a19629c06258c21dd61dd48247fc857f (patch)
tree1ba20817e5e9e8cb46f5fa3617ac1edbca19f8bf /Home.md
parentc88e8f7ce588523dfa32c0cad811570034742701 (diff)
downloaddexon-wiki-dbecabf0a19629c06258c21dd61dd48247fc857f.tar
dexon-wiki-dbecabf0a19629c06258c21dd61dd48247fc857f.tar.gz
dexon-wiki-dbecabf0a19629c06258c21dd61dd48247fc857f.tar.bz2
dexon-wiki-dbecabf0a19629c06258c21dd61dd48247fc857f.tar.lz
dexon-wiki-dbecabf0a19629c06258c21dd61dd48247fc857f.tar.xz
dexon-wiki-dbecabf0a19629c06258c21dd61dd48247fc857f.tar.zst
dexon-wiki-dbecabf0a19629c06258c21dd61dd48247fc857f.zip
test
Diffstat (limited to 'Home.md')
-rw-r--r--Home.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Home.md b/Home.md
index c8d25f8..c51900e 100644
--- a/Home.md
+++ b/Home.md
@@ -7,8 +7,8 @@ This document explains how DEXON is different compared to other blockchain infra
### Definition
- Node in this document is a validator or a full node in the network.
-- DAG-blocklattice(n, m): a DAG that degree of every vertex is from n to m, and will not diverge (DAG width remains proportional to number of nodes)
-- DAG-tangle(n, m): a DAG that degree of every vertex is from n to m, and will possibly diverge
+- blocklattice(n, m): a DAG that degree of every vertex is from n to m, and will not diverge (DAG width remains proportional to number of nodes)
+- tangle(n, m): a DAG that degree of every vertex is from n to m, and will possibly diverge
- <img src="https://latex.codecogs.com/svg.latex?T_{network}" />: network delay between nodes
- <img src="https://latex.codecogs.com/svg.latex?n" />: number of nodes
- <img src="https://latex.codecogs.com/svg.latex?b" />: number of blocks to be confirmed
@@ -20,7 +20,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+|2|<img src="https://latex.codecogs.com/svg.latex?blocklattice(1,n+1)" />|total ordering|O|
+|[DEXON](#dexon)|1M+|2|blocklattice(1, <img src="https://latex.codecogs.com/svg.latex?n" + 1 />|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|