aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPO-CHUN KUO <39326293+kbjcobinhood@users.noreply.github.com>2019-04-12 14:28:59 +0800
committerPO-CHUN KUO <39326293+kbjcobinhood@users.noreply.github.com>2019-04-12 14:28:59 +0800
commit5ce3feba9bb72d7b34f190b0d6e1eb696a450547 (patch)
treee5be577d4384dfe83f22b81398b586c28f97fcf9
parentcaf70fd09ea533ed3d95969d963a0845edc2886a (diff)
downloaddexon-wiki-5ce3feba9bb72d7b34f190b0d6e1eb696a450547.tar
dexon-wiki-5ce3feba9bb72d7b34f190b0d6e1eb696a450547.tar.gz
dexon-wiki-5ce3feba9bb72d7b34f190b0d6e1eb696a450547.tar.bz2
dexon-wiki-5ce3feba9bb72d7b34f190b0d6e1eb696a450547.tar.lz
dexon-wiki-5ce3feba9bb72d7b34f190b0d6e1eb696a450547.tar.xz
dexon-wiki-5ce3feba9bb72d7b34f190b0d6e1eb696a450547.tar.zst
dexon-wiki-5ce3feba9bb72d7b34f190b0d6e1eb696a450547.zip
Updated how to use this documentation (markdown)
-rw-r--r--how-to-use-this-documentation.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/how-to-use-this-documentation.md b/how-to-use-this-documentation.md
index e20ac99..b04a012 100644
--- a/how-to-use-this-documentation.md
+++ b/how-to-use-this-documentation.md
@@ -2,11 +2,9 @@
This documentation is designed for the users who want to understand or participate in DEXON network.
-
-Specifically,
we list the following categories:
-## For Developer
+## For Developers
- [Network Access Guide](Network-Access-Guide.md)
- [Create Wallet](Create-Wallet.md)
@@ -26,7 +24,7 @@ we list the following categories:
- [DATA API](data-api.md)
-## For miner
+## For Miners
- [Node Operator Guide](Node-OP-Guide.md)
- [Running a testnet BP node](Running--a-BP-node-for-Testnet.md)
@@ -40,8 +38,8 @@ we list the following categories:
- [Technical Documentations](Tech-Docs.md)
- [Consensus Algorithm V2 Specification](Consensus-Algo-v2-Spec.md)
- - [Selection of notary set size](Selection-of-the-notary-set-size.md)
- - [DKG-Tsig Protocol](DKG-TSIG-Protocol.md)
+ - [Selection of notary set size](Selection-of-the-notary-set-size.md): this doc describes how to decide the size of notary size according to hypergeometry distribution.
+ - [DKG-Tsig Protocol](DKG-TSIG-Protocol.md): this doc describes the distributed key generation protocol which is the key generation of threshold signature in our implementation.
- [On-chain Random Oracle](On-Chain-Random-Oracle.md)
- [DEXON Cryptoeconomics](DEXON-Cryptoeconomics.md)
- [Governance Contract Interface](Governance-Contract-Interface.md)
@@ -49,4 +47,4 @@ we list the following categories:
- [Resource](Resource.md)
- [Blockchain Comparision](Blockchain-Comparison.md)
- - [DEXON papers](DEXON-PAPERS.md): the paper describe the DEXON consensus algorithm in theory.
+ - [DEXON papers](DEXON-PAPERS.md): the papers describe the DEXON consensus algorithm in theory.