diff options
Diffstat (limited to 'Home.md')
-rw-r--r-- | Home.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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| |