You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="This introductory part contains general overview of the Oasis Network such as
13
+
<divclassName="homepage-container">
14
+
15
+
<DocCardSection
16
+
title="Use Oasis"
17
+
path="/general/"
18
+
itemPaths={[
19
+
"/general/oasis-network/",
20
+
"/general/manage-tokens/",
21
+
"/general/manage-tokens/cli/",
22
+
]}
23
+
svg={
24
+
<OasisSvgclassName="animatedSvg" />
25
+
}
26
+
>
27
+
This introductory part contains general overview of the Oasis Network such as
18
28
the distinction between the consensus layer and different ParaTimes. It
19
29
also covers wallets and other tools for managing your assets across the Oasis
20
-
chains and how to use unique Oasis features."
21
-
itemPaths={[
22
-
"/general/oasis-network/",
23
-
"/general/manage-tokens/",
24
-
"/general/manage-tokens/cli/",
25
-
]}
26
-
svg={
27
-
<OasisSvgclassName="animatedSvg" />
28
-
}
29
-
/>
30
+
chains and how to use unique Oasis features.
31
+
</DocCardSection>
30
32
31
33
<DocCardSection
32
34
title="Get Involved"
33
35
path="/get-involved/"
34
-
description="Contains information on official channels to get in touch with the Oasis Network developers and how to contribute to the network."
35
36
itemPaths={[
36
37
"/get-involved/",
37
38
"https://oasisrose.garden",
38
39
"/get-involved/run-node",
39
40
"/get-involved/oasis-core",
40
41
]}
41
42
svg={<GetInvolvedSvgclassName="animatedSvg" />}
42
-
/>
43
+
>
44
+
Contains information on official channels to get in touch with the Oasis Network developers and how to contribute to the network.
45
+
</DocCardSection>
43
46
44
47
<DocCardSection
45
48
title="Build on Oasis"
46
49
path="/build/"
47
-
description={
48
-
<>
49
-
Contains learning material for the smart contract developers. Since the
50
-
Oasis platform is best known for confidentiality, the most notable
51
-
ParaTime is <ahref="/build/sapphire/">Oasis Sapphire</a>, an
52
-
EVM-compatible ParaTime with built-in contract state encryption. The Oasis
53
-
team also prepared a set of libraries called the
54
-
<ahref="/build/opl/">Oasis Privacy Layer</a> to bridge existing dApps running
55
-
on other chains and use the unique Sapphire's confidentiality.
56
-
<br />
57
-
<br />
58
-
Our <ahref="/build/rofl/">Runtime Offchain Logic (ROFL)</a> enables you
59
-
to build secure applications running offchain in a trusted environment
60
-
(TEE) that seamlessly communicate with Oasis Sapphire. This is ideal for
61
-
trusted oracles, compute-expensive tasks in AI, or as a backend for
62
-
interactive games.
63
-
</>
64
-
}
65
50
fullWidth
66
51
itemPaths={[
67
52
"/build/sapphire/",
@@ -70,36 +55,48 @@ import NodeseSvg from "@site/static/img/NodesGraphic.svg?react";
70
55
"/build/tools/",
71
56
]}
72
57
svg={<BuildSvgclassName="animatedSvg" />}
73
-
/>
58
+
>
59
+
Contains learning material for the smart contract developers. Since the
60
+
Oasis platform is best known for confidentiality, the most notable
61
+
ParaTime is [Oasis Sapphire](/build/sapphire/), an
62
+
EVM-compatible ParaTime with built-in contract state encryption. The Oasis
63
+
team also prepared a set of libraries called the
64
+
[Oasis Privacy Layer](/build/opl/) to bridge existing dApps running
65
+
on other chains and use the unique Sapphire's confidentiality.
66
+
67
+
Our [Runtime Offchain Logic (ROFL)](/build/rofl/) enables you
68
+
to build secure applications running offchain in a trusted environment
69
+
(TEE) that seamlessly communicate with Oasis Sapphire. This is ideal for
70
+
trusted oracles, compute-expensive tasks in AI, or as a backend for
71
+
interactive games.
72
+
</DocCardSection>
74
73
75
74
<DocCardSection
76
75
title="Run Node"
77
76
path="/node/"
78
-
description="If you want to run your own Oasis node, this part will provide you with guides on the current Mainnet and Testnet network parameters and how to set up your node, let it be a validator node, perhaps running a ParaTime or just a simple client node for your server to submit transactions and perform queries on the network."
79
77
itemPaths={[
80
78
"/node/",
81
79
"/node/mainnet/",
82
80
"/node/testnet/",
83
81
"/node/run-your-node/",
84
82
]}
85
-
svg={<NodeseSvgclassName="animatedSvg" />}
86
-
/>
83
+
svg={<NodesSvgclassName="animatedSvg" />}
84
+
>
85
+
If you want to run your own Oasis node, this part will provide you with guides on the current Mainnet and Testnet network parameters and how to set up your node, let it be a validator node, perhaps running a ParaTime or just a simple client node for your server to submit transactions and perform queries on the network.
86
+
</DocCardSection>
87
87
88
88
<DocCardSection
89
89
title="Develop Core"
90
90
path="/core/"
91
-
description={
92
-
<>
93
-
Whether you want to contribute your code to the core components of the Oasis Network or just learn more about the Oasis consensus layer and other core components, this is the part for you.
94
-
<br/>
95
-
<br/>
96
-
Additions or changes to the interoperable Oasis network components are always made with consensus. Similar to the Ethereum's ERC/EIP mechanism Oasis follows formal Architectural Decision Records (ADRs) which are first proposed, voted on and finally implemented, if accepted.
97
-
</>
98
-
}
99
91
itemPaths={[
100
92
"/core/",
101
93
"/adrs",
102
94
]}
103
95
svg={<DevelopCoreSvgclassName="animatedSvg" />}
104
-
/>
96
+
>
97
+
Whether you want to contribute your code to the core components of the Oasis Network or just learn more about the Oasis consensus layer and other core components, this is the part for you.
98
+
99
+
Additions or changes to the interoperable Oasis network components are always made with consensus. Similar to the Ethereum's ERC/EIP mechanism Oasis follows formal Architectural Decision Records (ADRs) which are first proposed, voted on and finally implemented, if accepted.
0 commit comments