@@ -3,15 +3,38 @@ import {findSidebarItem} from '@site/src/sidebarUtils';
3
3
4
4
# Run Node
5
5
6
- The following documentation is intended to assist any individual or
7
- organization in participating in the Oasis network as a node operator. To join
8
- the network we recommend you first try running a node on the Testnet. The
9
- Testnet is a playground where you can learn and experiment without the risk
10
- of losing real tokens.
6
+ Welcome! This documentation is designed to provide you with a comprehensive
7
+ understanding and step-by-step guidance for becoming a node operator within the
8
+ Oasis network.
9
+
10
+ Embark on your journey by initiating a node on the Testnet. The Testnet serves
11
+ as an experimental sandbox, offering a safe environment for learning and
12
+ experimentation, free from the risks associated with real token loss.
13
+
14
+ For any queries or support related to node operation, our team and community
15
+ members are readily available on [ Discord] to assist you.
16
+
17
+ [ Discord ] : https://oasis.io/discord
18
+
19
+ ## Validator nodes and ParaTimes
11
20
12
21
[ Oasis Network] consists of the consensus layer and ParaTimes. Consensus and
13
22
ParaTime nodes can be operated by anyone.
14
23
24
+ To run a ** Validator node** , make sure your system meets the [ Hardware] and the
25
+ [ System] prerequisites and has [ Oasis Node] installed.
26
+
27
+ Then proceed by following the [ Run a Validator Node] guide to:
28
+
29
+ * Create your entity.
30
+ * Initialize and configure your node.
31
+ * Put enough stake in your escrow account.
32
+ * Register your entity on the network.
33
+
34
+ To run a ** ParaTime node** make sure to first set up a Validator node. Then,
35
+ set up a [ trusted execution environment (TEE)] , if you want to run confidential
36
+ ParaTimes. After that, proceed to the [ Run a ParaTime node] .
37
+
15
38
:::info
16
39
17
40
Consensus layer is a decentralised set of 120 validator nodes that are a
@@ -31,27 +54,10 @@ node operator you can participate in any number of ParaTimes.
31
54
32
55
:::
33
56
34
- If you have any questions about running a node you can find us on [ Discord] .
35
-
36
57
[ Oasis Network ] : ..//general/oasis-network/README.mdx
37
58
[ Oasis Scan ] : https://www.oasisscan.com/validators
38
- [ Discord ] : https://oasis.io/discord
39
-
40
- ## Node Roles
41
-
42
- To run a ** Validator node** , make sure your system meets the [ Hardware] and the
43
- [ System] prerequisites and has [ Oasis Node] installed.
44
-
45
- Then proceed by following the [ Run a Validator Node] guide to:
46
59
47
- * Create your entity.
48
- * Initialize and configure your node.
49
- * Put enough stake in your escrow account.
50
- * Register your entity on the network.
51
-
52
- To run a ** ParaTime node** make sure to first set up a Validator node. Then,
53
- set up a [ trusted execution environment (TEE)] , if you want to run confidential
54
- ParaTimes. After that, proceed to the [ Run a ParaTime node] .
60
+ ## DApp developers
55
61
56
62
If you are ** building a service** on top of the Oasis Network, you will simply
57
63
want to set up your own ** [ Non-validator node] ** and (optionally) a
0 commit comments