aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPO-CHUN KUO <39326293+kbjcobinhood@users.noreply.github.com>2019-04-12 13:40:51 +0800
committerPO-CHUN KUO <39326293+kbjcobinhood@users.noreply.github.com>2019-04-12 13:40:51 +0800
commitcaf70fd09ea533ed3d95969d963a0845edc2886a (patch)
tree8c21beb1239a5bd995714136d197629e69e71f3d
parente18c860ed309d23d9fb943df486f8b15c5ec3a6d (diff)
downloaddexon-wiki-caf70fd09ea533ed3d95969d963a0845edc2886a.tar
dexon-wiki-caf70fd09ea533ed3d95969d963a0845edc2886a.tar.gz
dexon-wiki-caf70fd09ea533ed3d95969d963a0845edc2886a.tar.bz2
dexon-wiki-caf70fd09ea533ed3d95969d963a0845edc2886a.tar.lz
dexon-wiki-caf70fd09ea533ed3d95969d963a0845edc2886a.tar.xz
dexon-wiki-caf70fd09ea533ed3d95969d963a0845edc2886a.tar.zst
dexon-wiki-caf70fd09ea533ed3d95969d963a0845edc2886a.zip
Updated how to use this documentation (markdown)
-rw-r--r--how-to-use-this-documentation.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/how-to-use-this-documentation.md b/how-to-use-this-documentation.md
index f0e4841..e20ac99 100644
--- a/how-to-use-this-documentation.md
+++ b/how-to-use-this-documentation.md
@@ -1 +1,52 @@
# How to use this documentation
+
+This documentation is designed for the users who want to understand or participate in DEXON network.
+
+
+Specifically,
+we list the following categories:
+
+## For Developer
+
+- [Network Access Guide](Network-Access-Guide.md)
+ - [Create Wallet](Create-Wallet.md)
+
+- [DApp Development Guide](DApp-Dev-Guide.md)
+ - [DApp Development](Dapp-Development.md)
+ - [Access to Testnet](Access-to-Testnet.md)
+
+- [System Spec](System-Spec.md)
+ - [Accounts](accounts.md)
+ - [Transaction](transaction.md)
+ - [Block](block.md)
+
+- [API](API.md)
+ - [JSON-RPC API](rpc-api.md)
+ - [WebSocket API](websocket-api.md)
+ - [DATA API](data-api.md)
+
+
+## For miner
+
+- [Node Operator Guide](Node-OP-Guide.md)
+ - [Running a testnet BP node](Running--a-BP-node-for-Testnet.md)
+ - [Running a BP node](DEXON-BP-Node-Operation-Guide.md)
+ - [Running a RPC node](DEXON-RPC-Node-Operation-Guide.md)
+ - [Rule for the DEXON node set](Rule-for-the-DEXON-node-set.md)
+
+- [Fullnode Development Guide](Fullnode-Dev-Guide.md)
+ - [Contribute to DEXON Fullnode](Fullnode-Development.md)
+ - [List of Repositories](List-of-Repositories.md)
+
+- [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)
+ - [On-chain Random Oracle](On-Chain-Random-Oracle.md)
+ - [DEXON Cryptoeconomics](DEXON-Cryptoeconomics.md)
+ - [Governance Contract Interface](Governance-Contract-Interface.md)
+ - [Configuration Change](Configuration-Change.md)
+
+- [Resource](Resource.md)
+ - [Blockchain Comparision](Blockchain-Comparison.md)
+ - [DEXON papers](DEXON-PAPERS.md): the paper describe the DEXON consensus algorithm in theory.