blob: 4129dcf42f0b931b6c13c174ad56a6fd5b129b46 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Introduction
DEXON is a permissionless, proof-of-stake blockchain system that features high throughput and low latency. Current mainnnet is able to reach 10K TPS, and maintain ~ 1 second confirmation latency.
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 [DApp Development Guide](DApp-Dev-Guide.md).
## 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)
|