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
Use Oasis to build verifiable, auditable applications
27
+
powered by TEE running on a permissionless network of nodes. No censorship,
28
+
no hidden costs, no central authority!
29
+
30
+
Get your hands dirty quickly by reviewing [top use cases](/build/use-cases)
31
+
and considering one that fits your needs. Our tutorials will help you make
32
+
your app up and running in no time.
33
+
</DocCardSection>
34
+
15
35
<DocCardSection
16
36
title="Build on Oasis"
17
37
path="/build/"
@@ -21,7 +41,7 @@ import NodesSvg from "@site/static/img/NodesGraphic.svg?react";
21
41
"/build/sapphire/",
22
42
"/build/opl/",
23
43
]}
24
-
svg={<BuildSvgclassName="animatedSvg" />}
44
+
svg={<HammerSvgclassName="animatedSvg" />}
25
45
>
26
46
Our [Runtime Offchain Logic (ROFL)](/build/rofl/) enables you to build
27
47
secure applications running in a trusted environment (TEE). This is ideal
@@ -46,7 +66,7 @@ import NodesSvg from "@site/static/img/NodesGraphic.svg?react";
46
66
"/general/manage-tokens/",
47
67
]}
48
68
svg={
49
-
<OasisSvgclassName="animatedSvg" />
69
+
<BlocksSvgclassName="animatedSvg" />
50
70
}
51
71
>
52
72
Learn the fundamentals of Oasis architecture, wallets, and unique privacy
@@ -59,7 +79,7 @@ import NodesSvg from "@site/static/img/NodesGraphic.svg?react";
59
79
itemPaths={[
60
80
"/get-involved/",
61
81
]}
62
-
svg={<GetInvolvedSvgclassName="animatedSvg" />}
82
+
svg={<SpeakerSvgclassName="animatedSvg" />}
63
83
>
64
84
Connect with developers, run infrastructure, and contribute to the future of Oasis.
65
85
</DocCardSection>
@@ -72,7 +92,7 @@ import NodesSvg from "@site/static/img/NodesGraphic.svg?react";
72
92
"/node/network/testnet",
73
93
"/node/run-your-node/",
74
94
]}
75
-
svg={<NodesSvgclassName="animatedSvg" />}
95
+
svg={<CogSvgclassName="animatedSvg" />}
76
96
>
77
97
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.
78
98
</DocCardSection>
@@ -85,7 +105,7 @@ import NodesSvg from "@site/static/img/NodesGraphic.svg?react";
85
105
"/core/runtime/",
86
106
"/adrs",
87
107
]}
88
-
svg={<DevelopCoreSvgclassName="animatedSvg" />}
108
+
svg={<CoreSvgclassName="animatedSvg" />}
89
109
>
90
110
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.
0 commit comments