aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsuan Lee <boczeratul@gmail.com>2019-04-09 11:46:04 +0800
committerHsuan Lee <boczeratul@gmail.com>2019-04-09 11:46:04 +0800
commit0ca6816314494b00f832f1c282ed777a278c26a2 (patch)
tree0ae2a2a37244c1c73503d845675612b777eab892
parent77c7523cbfabd24b641615eb0a45b53f19efaf72 (diff)
downloaddexon-wiki-0ca6816314494b00f832f1c282ed777a278c26a2.tar.gz
dexon-wiki-0ca6816314494b00f832f1c282ed777a278c26a2.tar.zst
dexon-wiki-0ca6816314494b00f832f1c282ed777a278c26a2.zip
Refine overall toc
-rw-r--r--README.md24
-rw-r--r--SUMMARY.md8
2 files changed, 31 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d07efe..573dcaa 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,26 @@
# Introduction
+This documentation shows your way around [DEXON](https://dexon.org), the next generation blockchain platform.
+
+## Accessing DEXON Network
+
+To create a DEXON wallet and start using DEXON blockchain platform, follow [wallet creation guide](Create-Wallet.md).
+
+## DApp Development
+
+- To learn abour DApp (decentralized apps) development and build DApps on DEXON, follow [DApp development guide](Dapp-Development.md).
+- If you have already developed DApps on Ethereum and is planning to move your existing DApp onto DEXON, check out [DEXON DApp deployment guide]().
+
+## Node Operation
+
+- To run a BP (block producing) full-node, follow [BP node operation guide](DEXON-BP-Node-Operation-Guide.md).
+- To run a BP (block producing) full-node on testnet, follow [Testnet BP node operation guide](DEXON-BP-Node-Operation-Guide.md)
+- If you simply need to communicate to DEXON network, like sending transactions or looking up network state, follow [RPC node operation guide](DEXON-RPC-Node-Operation-Guide.md).
+
+## Fullnode Development
+
+You can contribute to the development of DEXON itself! Get started with [DEXON fullnode development guide](Fullnode-Development.md).
+
+## Technical Documentations
+
+To learn more about how DEXON works, check out our [technical documenations](Technical-Documentations.md)
diff --git a/SUMMARY.md b/SUMMARY.md
index 2ed8133..922a6b8 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -2,19 +2,25 @@
* [Getting Started](README.md)
+## Network Access Guide
+
+* [Create Wallet](Create-Wallet.md)
+
## DApp Development Guide
* [DApp Development](Dapp-Development.md)
* [Access to Testnet](Access-to-Testnet.md)
-## BP Operator Guide
+## Node Operator Guide
* [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
+* [Contribute to DEXON Fullnode](Fullnode-Development.md)
* [List of Repositories](List-of-Repositories.md)
## Technical Documentations