diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-04-09 11:46:04 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-04-09 11:46:04 +0800 |
commit | 0ca6816314494b00f832f1c282ed777a278c26a2 (patch) | |
tree | 0ae2a2a37244c1c73503d845675612b777eab892 | |
parent | 77c7523cbfabd24b641615eb0a45b53f19efaf72 (diff) | |
download | dexon-wiki-0ca6816314494b00f832f1c282ed777a278c26a2.tar.gz dexon-wiki-0ca6816314494b00f832f1c282ed777a278c26a2.tar.zst dexon-wiki-0ca6816314494b00f832f1c282ed777a278c26a2.zip |
Refine overall toc
-rw-r--r-- | README.md | 24 | ||||
-rw-r--r-- | SUMMARY.md | 8 |
2 files changed, 31 insertions, 1 deletions
@@ -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) @@ -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 |