-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
455 lines (444 loc) · 23.6 KB
/
Copy pathresources.html
File metadata and controls
455 lines (444 loc) · 23.6 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resources - OASIS</title>
<meta name="description" content="OASIS documentation, guides, and resources. Learn how to build on the universal Web4/Web5 infrastructure.">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
</head>
<body>
<nav class="nav" id="nav">
<div class="nav-container">
<a href="index.html" class="nav-logo">
<img src="oasis-logo.png" alt="OASIS" />
</a>
<div class="nav-menu" id="navMenu">
<a href="index.html#products" class="nav-link">Products</a>
<a href="index.html#ecosystem" class="nav-link">Ecosystem</a>
<a href="index.html#developers" class="nav-link">Developers</a>
<a href="resources.html" class="nav-link">Resources</a>
<a href="architecture.html" class="nav-link">Architecture</a>
<a href="pricing.html" class="nav-link">Pricing</a>
<div class="nav-actions-mobile">
<button class="btn-login" onclick="openLoginModal()">Log in</button>
<button class="btn-signup" onclick="openLoginModal('register')">Sign up</button>
<button class="btn-primary">Start building</button>
</div>
</div>
<div class="nav-actions">
<button class="btn-login" onclick="openLoginModal()">Log in</button>
<button class="btn-signup" onclick="openLoginModal('register')">Sign up</button>
<button class="btn-primary">Start building</button>
</div>
<button class="nav-toggle" id="navToggle">
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
<!-- Hero Section -->
<section class="section hero-section" id="home">
<div class="section-indicator">
<span class="section-bracket">[</span>
<span class="section-number">01</span>
<span class="section-divider">/</span>
<span class="section-total">04</span>
<span class="section-bracket">]</span>
</div>
<div class="container">
<div class="hero-content">
<h1 class="hero-title">
<span class="title-line">Resources</span>
</h1>
<p class="hero-tagline">
/// documentation. guides. everything you need.
</p>
<div class="hero-description">
<p>
Comprehensive documentation, guides, and resources to help you build on the universal
Web4/Web5 infrastructure. Learn how OASIS works and start building today.
</p>
</div>
</div>
</div>
<div class="scroll-indicator">
<div class="scroll-text">Scroll to explore</div>
<div class="scroll-section">
<span class="scroll-label">Section</span>
<span class="section-number">01</span>
</div>
</div>
</section>
<!-- Documentation Section -->
<section class="section" data-section="01">
<div class="section-indicator">
<span class="section-bracket">[</span>
<span class="section-number">01</span>
<span class="section-divider">/</span>
<span class="section-total">04</span>
<span class="section-bracket">]</span>
</div>
<div class="container">
<h2 class="section-title">Documentation</h2>
<div class="section-subtitle">
Complete API documentation, guides, and tutorials for building on OASIS.
</div>
<div class="resources-grid">
<a href="https://oasis-web4.gitbook.io/oasis-web4-docs/" class="resource-card" target="_blank">
<div class="resource-category">DOCUMENTATION</div>
<h3 class="resource-title">OASIS Web4 Docs</h3>
<p class="resource-description">
Complete documentation for the OASIS Web4 API. Learn about Avatar, Karma, Wallet,
Keys, and all core APIs.
</p>
<div class="resource-link">
<span>View Documentation</span>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
<path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</a>
<a href="https://oasis-web4.gitbook.io/oasis-web4-docs/api-reference/api_reference" class="resource-card" target="_blank">
<div class="resource-category">API REFERENCE</div>
<h3 class="resource-title">API Documentation</h3>
<p class="resource-description">
Interactive API reference with endpoints, parameters, and examples. Explore all 500+
OASIS API endpoints.
</p>
<div class="resource-link">
<span>View API Docs</span>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
<path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</a>
<a href="https://github.com/NextGenSoftwareUK/OASIS" class="resource-card" target="_blank">
<div class="resource-category">CODE</div>
<h3 class="resource-title">GitHub</h3>
<p class="resource-description">
Open source OASIS codebase, examples, SDKs, and community contributions.
Star, fork, and contribute.
</p>
<div class="resource-link">
<span>View on GitHub</span>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
<path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</a>
</div>
</div>
</section>
<!-- Guides Section -->
<section class="section" data-section="02">
<div class="section-indicator">
<span class="section-bracket">[</span>
<span class="section-number">02</span>
<span class="section-divider">/</span>
<span class="section-total">04</span>
<span class="section-bracket">]</span>
</div>
<div class="container">
<h2 class="section-title">Guides & Tutorials</h2>
<div class="section-subtitle">
Step-by-step guides to help you get started and build with OASIS.
</div>
<div class="resources-grid">
<a href="https://oasis-web4.gitbook.io/oasis-web4-docs/getting-started" class="resource-card" target="_blank">
<div class="resource-category">GETTING STARTED</div>
<h3 class="resource-title">Quick Start Guide</h3>
<p class="resource-description">
Get up and running with OASIS in minutes. Learn how to create your first avatar,
make API calls, and deploy your first application.
</p>
<div class="resource-link">
<span>Read Guide</span>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
<path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</a>
<a href="https://oasis-web4.gitbook.io/oasis-web4-docs/star-cli" class="resource-card" target="_blank">
<div class="resource-category">STAR CLI</div>
<h3 class="resource-title">STAR CLI Documentation</h3>
<p class="resource-description">
Learn how to use STAR CLI to create OAPPs, manage STARNETHolons, and build
metaverses with low/no-code tools.
</p>
<div class="resource-link">
<span>Read Guide</span>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
<path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</a>
<a href="https://oasis-web4.gitbook.io/oasis-web4-docs/hyperdrive" class="resource-card" target="_blank">
<div class="resource-category">HYPERDRIVE</div>
<h3 class="resource-title">HyperDrive Guide</h3>
<p class="resource-description">
Understand how HyperDrive v2 provides 100% uptime with auto-failover,
load balancing, and intelligent routing.
</p>
<div class="resource-link">
<span>Read Guide</span>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
<path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</a>
</div>
</div>
</section>
<!-- How It Works Section -->
<section class="section" data-section="03">
<div class="section-indicator">
<span class="section-bracket">[</span>
<span class="section-number">03</span>
<span class="section-divider">/</span>
<span class="section-total">04</span>
<span class="section-bracket">]</span>
</div>
<div class="container">
<h2 class="section-title">How It Works</h2>
<div class="section-subtitle">
Explaining how data flows through the OASIS infrastructure.
</div>
<div class="how-it-works">
<div class="workflow-step">
<div class="workflow-header">
<div class="workflow-number">01</div>
<h3 class="workflow-title">Store</h3>
</div>
<div class="workflow-content">
<div class="workflow-item">
<div class="workflow-item-label">Holon</div>
<div class="workflow-item-location">Onchain / Source</div>
<p class="workflow-item-description">
A developer calls the 'save-holon' method, specifying data, provider preferences,
and replication settings. The Holon is created as a self-contained data module.
</p>
</div>
<div class="workflow-item">
<div class="workflow-item-label">HyperDrive</div>
<div class="workflow-item-location">Onchain / Source</div>
<p class="workflow-item-description">
HyperDrive receives the Holon and routes it to the primary provider, assigning
a unique ID and version number for tracking.
</p>
</div>
<div class="workflow-item">
<div class="workflow-item-label">Provider Registry</div>
<div class="workflow-item-location">Onchain / Source</div>
<p class="workflow-item-description">
The Provider Registry encodes the Holon using the specified provider format and
initiates replication to configured providers, completing the save transaction.
</p>
</div>
</div>
</div>
<div class="workflow-step">
<div class="workflow-header">
<div class="workflow-number">02</div>
<h3 class="workflow-title">Replicate</h3>
</div>
<div class="workflow-content">
<div class="workflow-item">
<div class="workflow-item-label">Auto-Replication</div>
<div class="workflow-item-location">Offchain</div>
<p class="workflow-item-description">
HyperDrive automatically replicates the Holon to all configured providers
(MongoDB, IPFS, Arbitrum, etc.) based on replication rules.
</p>
</div>
<div class="workflow-item">
<div class="workflow-item-label">Provider Sync</div>
<div class="workflow-item-location">Offchain</div>
<p class="workflow-item-description">
Each provider receives and stores the Holon data, ensuring consistency
across all storage systems.
</p>
</div>
</div>
</div>
<div class="workflow-step">
<div class="workflow-header">
<div class="workflow-number">03</div>
<h3 class="workflow-title">Query</h3>
</div>
<div class="workflow-content">
<div class="workflow-item">
<div class="workflow-item-label">HyperDrive Query</div>
<div class="workflow-item-location">Onchain / All Providers</div>
<p class="workflow-item-description">
HyperDrive executes parallel queries across all providers simultaneously,
aggregating responses intelligently for 20-50x faster results.
</p>
</div>
<div class="workflow-item">
<div class="workflow-item-label">Provider Response</div>
<div class="workflow-item-location">Offchain</div>
<p class="workflow-item-description">
Each provider returns the requested Holon data. HyperDrive selects the
fastest or most authoritative response.
</p>
</div>
</div>
</div>
<div class="workflow-step">
<div class="workflow-header">
<div class="workflow-number">04</div>
<h3 class="workflow-title">Retrieve</h3>
</div>
<div class="workflow-content">
<div class="workflow-item">
<div class="workflow-item-label">HyperDrive Aggregation</div>
<div class="workflow-item-location">Onchain / Destination</div>
<p class="workflow-item-description">
HyperDrive aggregates responses from all providers, ensuring data consistency
and selecting the optimal result.
</p>
</div>
<div class="workflow-item">
<div class="workflow-item-label">Application</div>
<div class="workflow-item-location">Onchain / Destination</div>
<p class="workflow-item-description">
The unified Holon data is returned to the application, providing a consistent
interface regardless of the underlying provider.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Additional Resources Section -->
<section class="section" data-section="04">
<div class="section-indicator">
<span class="section-bracket">[</span>
<span class="section-number">04</span>
<span class="section-divider">/</span>
<span class="section-total">04</span>
<span class="section-bracket">]</span>
</div>
<div class="container">
<h2 class="section-title">Additional Resources</h2>
<div class="section-subtitle">
Community resources, support, and more.
</div>
<div class="resources-grid">
<a href="architecture.html" class="resource-card">
<div class="resource-category">ARCHITECTURE</div>
<h3 class="resource-title">OASIS Architecture</h3>
<p class="resource-description">
System architecture, provider system, avatar system, and key concepts. Technical overview
from DeepWiki—unified interface across 50+ providers.
</p>
<div class="resource-link">
<span>View Architecture</span>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
<path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</a>
<a href="holonic-architecture.html" class="resource-card">
<div class="resource-category">WHITEPAPER</div>
<h3 class="resource-title">Holonic Architecture</h3>
<p class="resource-description">
Identity-independent data structures for cross-environment interoperability.
The foundational whitepaper on holons, HyperDrive, and multi-provider persistence.
</p>
<div class="resource-link">
<span>Read Whitepaper</span>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
<path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</a>
<a href="https://www.ourworldthegame.com/single-post/what-are-holons-and-what-can-they-do-for-you" class="resource-card" target="_blank">
<div class="resource-category">BLOG</div>
<h3 class="resource-title">Blog</h3>
<p class="resource-description">
Latest updates, tutorials, and insights from the OASIS team. Learn about holons,
best practices, and use cases.
</p>
<div class="resource-link">
<span>Read Blog</span>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
<path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</a>
<a href="https://github.com/NextGenSoftwareUK/OASIS" class="resource-card" target="_blank">
<div class="resource-category">SUPPORT</div>
<h3 class="resource-title">Support</h3>
<p class="resource-description">
Get help from the OASIS community. Ask questions, report issues, and connect
with other developers on GitHub.
</p>
<div class="resource-link">
<span>Get Support</span>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
<path d="M6 12L10 8L6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
</a>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div class="footer-col">
<h4>Products</h4>
<a href="products/identity.html">Identity & Access</a>
<a href="products/data.html">Data & Storage</a>
<a href="products/nfts.html">NFTs & Digital Assets</a>
<a href="products/smart-contracts.html">Smart Contracts</a>
<a href="products/bridges.html">Interoperability & Bridges</a>
<a href="products/star.html">STAR CLI</a>
<a href="products/infrastructure.html">Infrastructure & Tools</a>
</div>
<div class="footer-col">
<h4>Developers</h4>
<a href="https://oasis-web4.gitbook.io/oasis-web4-docs/api-reference/api_reference" target="_blank">Documentation</a>
<a href="index.html#developers">Code Examples</a>
<a href="https://github.com/NextGenSoftwareUK/OASIS" target="_blank">GitHub</a>
</div>
<div class="footer-col">
<h4>Resources</h4>
<a href="resources.html">Resources</a>
<a href="architecture.html">Architecture</a>
<a href="holonic-architecture.html">Holonic Whitepaper</a>
<a href="https://oasis-web4.gitbook.io/oasis-web4-docs/" target="_blank">GitBook</a>
<a href="https://github.com/NextGenSoftwareUK/OASIS" target="_blank">Support</a>
</div>
<div class="footer-col">
<h4>Company</h4>
<a href="https://oasis-web4.gitbook.io/oasis-web4-docs/" target="_blank">About</a>
<a href="contact.html">Contact</a>
</div>
<div class="footer-col">
<h4>Legal</h4>
</div>
</div>
<div class="footer-bottom">
<div class="footer-links">
<a href="https://x.com/oasisweb4" target="_blank">Twitter</a>
<a href="https://discord.gg/RU6Z8YJ" target="_blank">Discord</a>
<a href="https://t.me/oasisweb4chat" target="_blank">Telegram</a>
</div>
<div class="footer-copyright">© 2025 OASIS. All rights reserved.</div>
</div>
</div>
</footer>
<script src="script.js"></script>
<!-- Login Modal -->
<div id="loginModal" class="modal" style="display: none;">
<div class="modal-overlay" onclick="closeLoginModal()"></div>
</body>
</html>