-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdpack.html
executable file
·619 lines (533 loc) · 39.1 KB
/
dpack.html
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
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
<!doctype html>
<html lang="en">
<!-- Mirrored from dwebs.io/dpack.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 31 May 2020 17:41:23 GMT -->
<head>
<meta charset="utf-8">
<title>dWeb | Making The Web Great Again</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Learn more about the new decentralized alternative to the World Wide Web and our rollout of First Amendment Infrastructure around the globe.">
<meta name="keywords" content="dweb, distributed web, decentralized web, first amendment infrastructure">
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="assets/img/logo-dark-gray.png">
<link href="assets/css/socicon.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/entypo.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/theme.css" rel="stylesheet" type="text/css" media="all" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NREJHR0XCK"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NREJHR0XCK');
</script>
</head>
<body>
<div class="nav-container">
<div class="bg-white navbar-light" data-sticky="top">
<div class="container">
<nav class="row navbar navbar-expand-lg align-items-center">
<div class="col-12 col-lg-auto order-lg-2 d-flex justify-content-between">
<a class="navbar-brand m-0" href="index.html">
<img alt="dWeb" height="50px" src="assets/img/logo-dark-gray.png" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-toggle" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="icon-menu h4"></i>
</button>
</div>
<!--end of col-->
<div class="col-12 col-lg order-lg-1">
<div class="collapse navbar-collapse navbar-toggle">
<ul class="navbar-nav">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="pagesDropdown" role="button" data-toggle="dropdown">For Beginners</a>
<div class="dropdown-menu" aria-labelledby="pagesDropdown">
<a class="dropdown-item gray-menu" href="https://dwebx.org/getting-started.html">
<span class="h6 mb-0">How To Get Started</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn how to begin using the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://dwebx.org/compare-webs.html">
<span class="h6 mb-0">Web 2.0 vs. Web 3.0</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Compare the World Wide Web to the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://dwebx.org/how-it-works.html">
<span class="h6 mb-0">How Websites Are Distributed</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn how the serverless web works.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://dwebx.org/data-on-the-dweb.html">
<span class="h6 mb-0">Data On The dWeb</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn how you control your data on the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://dwebx.org/security-on-the-dweb.html">
<span class="h6 mb-0">Security On The dWeb</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn how the dWeb renders hackers useless.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="pagesDropdown" role="button" data-toggle="dropdown">Components</a>
<div class="dropdown-menu" aria-labelledby="pagesDropdown">
<a class="dropdown-item gray-menu" href="https://arisen.network">
<span class="h6 mb-0">ARISEN</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about dWeb's distributed state engine.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/dht">
<span class="h6 mb-0">dWeb's DHT</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about dWeb's distributed hash table.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/dwebswarm">
<span class="h6 mb-0">dWeb Swarm</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about peer discovery components.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/ddatabase">
<span class="h6 mb-0">dDatabase</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about distributed binary data feeds.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/ddatabase-protocol">
<span class="h6 mb-0">dDatabase Protocol</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn about the protocol for exchanging dDatabases.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/dwebtrie">
<span class="h6 mb-0">dWebTrie</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn about the distributed key-value store.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/ddrive">
<span class="h6 mb-0">dDrive</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about the distributed file system.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/whitepaper#ddns">
<span class="h6 mb-0">dDNS</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about decentralized DNS.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="pagesDropdown" role="button" data-toggle="dropdown">For Developers</a>
<div class="dropdown-menu" aria-labelledby="pagesDropdown">
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/whitepaper">
<span class="h6 mb-0">The dWeb Whitepaper</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn about the ins and outs of the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/DistributedWeb/guide">
<span class="h6 mb-0">dWeb Developer's Guide</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Start developing sites and apps on the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://docs.arisen.network">
<span class="h6 mb-0">ARISEN Documentation</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Extensive documentation referencing ARISEN's blockchain.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://docs.dbrowser.com">
<span class="h6 mb-0">dBrowser Documentation</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Start your dWeb development journey with dBrowser.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://t.me/dweb1776">
<span class="h6 mb-0">Join Developer Community</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Join the conversation on Telegram.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
</div>
</li>
</ul>
</div>
</div>
<!--end of col-->
<div class="col-12 col-lg order-lg-3">
<div class="collapse navbar-collapse navbar-toggle justify-content-end">
<ul class="navbar-nav">
<li class="nav-item">
<a class="btn btn-danger btn-lg" href="http://dbrowser.com">Download dBrowser</a>
<span></span><a class="btn btn-outline-dark btn-lg" href="https://t.me/iamfreedomusa">Join Chat</a>
</li>
</ul>
</div>
</div>
<!--end of col-->
</nav>
<!--end of row-->
</div>
<!--end of container-->
</div>
</div>
<div class="main-container">
<nav aria-label="breadcrumb" role="navigation" class="text-white position-absolute">
<div class="container">
<div class="row justify-content-center">
<div class="col">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="dweb-core.html">Components</a>
</li>
<li class="breadcrumb-item active" aria-current="page">dPack</li>
</ol>
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
</nav>
<section class="bg-primary text-light p-0">
<div class="container">
<div class="row">
<div class="col-12 col-md-6">
<div class="space-lg pb-0">
<h1 class="display-4">dPack</h1>
<span class="lead">
dWeb's distributed package manager components
</span>
</div>
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
<svg class="decorative-divider" preserveAspectRatio="none" viewBox="0 0 100 100">
<polygon fill="#F8F9FB" points="0 100 100 100 100 0"></polygon>
</svg>
</section>
<!--end of section-->
<section>
<div class="container">
<div class="row">
<div class="col-12 col-md-2 mb-5">
<nav class="nav flex-md-column">
<a href="dweb-core.html" class="nav-link">dWeb Core Components </a>
</nav>
<hr class="short">
<nav class="nav flex-md-column mb-2">
<a href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-core" class="nav-link">dPack Core</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-cli" class="nav-link">Commmand CLI</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-api" class="nav-link">dPack API</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/dpack" class="nav-link">Multi-dPack</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/dwebjson-metadata" class="nav-link">dweb.json</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/dwebignore" class="nav-link">.dwebignore</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-forever" class="nav-link">dPack Forever</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-secret-key-storage" class="nav-link">Secret Key Storage</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-over-http" class="nav-link">dPack Over HTTP</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-health" class="nav-link">dPack Health</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-storage" class="nav-link">dPack Storage</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-vault" class="nav-link">dPack Vault</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/dr-satoshi" class="nav-link">dPack Dr. Satoshi</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-pinning-api" class="nav-link">dPack Pinning API</a>
</nav>
</div>
<!--end of col-->
<div class="col-12 col-md-8">
<article id="scss-method">
<h3>
<p>dPack's Distributed Package Manager Components</p>
</h3>
<div>
<p>Just like developers have used Git and FTP as a way of transferring files to Web 2.0, dPack is
used to distribute dSites and dApps to Web 3.0. dPack CLI allows developers to create, share,
distribute and fork dSites and dApps from anywhere on the dWeb, easily, quickly and efficiently,
with no middleman.</p>
</div>
</article>
<article id="scss-method">
<h3>
<p>dPack Core</p>
</h3>
<div>
<p>dPack's core library acts as a high-level glue for dPack and dDrive components. dPack Core allows for easy
connectivity to the dWeb's peer-to-peer network using FlockCore's Revelation library, allows developers to
import files into a file system using dPack Mirror, server dPacks over the HTTP/S protocol as well as
accessing lower-level dPack/dDrive APIs with a single require!</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-core">dPack Core Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dPack Command CLI</p>
</h3>
<div>
<p>dPack CLI is singlehandedly the most powerful dWeb tool, next to dBrowser, as it allows developers to create,
distribute, fork, broadcast and update dSites and dApps with ease, straight from the command line. Works on all
operating systems and is a major requirement for all developers looking to work with Web 3.0.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-cli">dPack Command CLI Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dPack API</p>
</h3>
<div>
<p>A library of functions that make working with dPack Command CLI and dDrive Core easier. These functions were
actored out of dBrowser's core library and internal APIs. All async methods work with callbacks and promises.
If no callback is provided, a promise will be returned. Any time a dDrive vault is expected, a dBrowser VFS-Wrapper
instance can be provided, unless otherwise stated.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-api">dPack API Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>Multi-dPack</p>
</h3>
<div>
<p>dPack component for managing multiple dPacks at once.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/dpack">dPack's Multi-dPack Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dWeb Metadata</p>
</h3>
<div>
<p>dPack component used for writing and/or reading from <code>dweb.json</code> files.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/dwebjson-metadata">dWeb Metadata Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dWeb Ignore</p>
</h3>
<div>
<p>dPack component used for checking if a file or folder should be ignored when distributing a dPack to the dWeb.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/dwebignore">dWeb Ignore Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dPack Forever</p>
</h3>
<div>
<p>Node application used to keep dPacks online forever, on a server or private PC.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-forever">dPack Forever Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>Secret Key Storage</p>
</h3>
<div>
<p>dPack Node.js component that returns a secret key storage location for a dPack or dDrive, along with the creation of an ownership file that is associated with the secret key.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-secret-key-storage">Secret Key Storage Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dPack Over HTTP</p>
</h3>
<div>
<p>dPack component for serving dPacks over the HTTP/S protocol.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-over-http">dPack Over HTTP Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dPack Health</p>
</h3>
<div>
<p>dPack component for checking the health of the dWeb network.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-health">dPack Health Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dPack Storage</p>
</h3>
<div>
<p>dPack-specific storage provider for use with dDrives.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-storage">dPack Storage Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dPack Vault</p>
</h3>
<div>
<p>A NodeJS API for dPack which is compatible with dPack's API. Useful for testing and for writing apps that work in the browser and in NodeJS.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-vault">dPack Vault Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dPack Pinning API</p>
</h3>
<div>
<p>Client API for dPack pinning services.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-pinning-api">dPack Pinning API Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>Dr. Satoshi</p>
</h3>
<div>
<p>dPack CLI's health check module for the dWeb network.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/dr-satoshi">Dr. Satoshi Documentation</a>
</div>
</article>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<!--end of section-->
<section class="bg-dark p-0 text-white">
<svg class="decorative-divider" preserveAspectRatio="none" viewBox=" 0 0 100 100">
<polygon fill="#F8F9FB" points="0 0 100 0 100 100"></polygon>
</svg>
<div class="container space-lg">
<div class="row text-center">
<div class="col">
<h3 class="h1">Get started using dWeb</h3>
<a href="getting-started.html" class="btn btn-lg btn-light">Read The Getting Started Guide</a>
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<!--end of section-->
<footer class="bg-gray text-light footer-long">
<div class="container">
<div class="row">
<div class="col-12 col-md-3">
<img alt="Image" height="100px" src="assets/img/logo-white.svg" class="mb-4" />
<p class="text-muted">
© 2021 Arisen Ministries and The Peeps Institute. All rights reserved. The dWeb is not a company, it's a decentralized network of computers that's owned by nobody.
</p>
</div>
<!--end of col-->
<div class="col-12 col-md-9">
<span class="h5">1776 has commenced again. We've come for our freedom.</span>
<div class="row no-gutters">
<div class="col-6 col-lg-3">
<h6>For Beginners</h6>
<ul class="list-unstyled">
<li>
<a href="https://dwebx.org/getting-started.html">How To Get Started</a>
</li>
<li>
<a href="https://dwebx.org/compare-webs.html">Web 2.0 vs 3.0</a>
</li>
<li>
<a href="https://dwebx.org/how-it-works.html">Website Distribution</a>
</li>
<li>
<a href="https://dwebx.org/data-on-the-dweb.html">Data On The dWeb</a>
</li>
</ul>
</div>
<!--end of col-->
<div class="col-6 col-lg-3">
<h6>For Developers</h6>
<ul class="list-unstyled">
<li>
<a href="https://github.com/distributedweb/whitepaper">dWeb Whitepaper</a>
</li>
<li>
<a href="https://github.com/DistributedWeb/guide">dWeb Developer Guide</a>
</li>
<li>
<a href="https://docs.arisen.network">ARISEN Documentation</a>
</li>
<li>
<a href="https://docs.dbrowser.com">dBrowser Documentation</a>
</li>
</ul>
</div>
<!--end of col-->
<div class="col-6 col-lg-3">
<h6>dWeb Components</h6>
<ul class="list-unstyled">
<li>
<a href="https://arisen.network">ARISEN</a>
</li>
<li>
<a href="https://github.com/distributedweb/dht">dWeb's DHT</a>
</li>
<li>
<a href="https://github.com/distributedweb/dwebswarm">dWeb Swarm</a>
</li>
<li>
<a href="https://github.com/distributedweb/ddatabase-protocol">dDatabase Protocol</a>
</li>
<li>
<a href="https://github.com/distributedweb/ddrive">dDrive</a>
</li>
<li>
<a href="https://github.com/distributedweb/whitepaper#ddns">dDNS</a>
</li>
</ul>
</div>
<!--end of col-->
<div class="col-6 col-lg-3">
<h6>Contributors</h6>
<ul class="list-unstyled">
<li>
<a href="https://peepsx.com">The Peeps Institute</a>
</li>
<li>
<a href="https://arisen.church">Arisen Ministries</a>
</li>
<li>
<a href="https://cryptonomex.com">Cryptonomex</a>
</li>
<li>
<a href="http://seekware.in/">Block Genesis</a>
</li>
</ul>
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
</footer>
</div>
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/popper.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.smartWizard.min.js"></script>
<script type="text/javascript" src="assets/js/flickity.pkgd.min.js"></script>
<script type="text/javascript" src="assets/js/scrollMonitor.js"></script>
<script type="text/javascript" src="assets/js/smooth-scroll.polyfills.js"></script>
<script type="text/javascript" src="assets/js/prism.js"></script>
<script type="text/javascript" src="assets/js/zoom.min.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.js"></script>
<script type="text/javascript" src="assets/js/theme.js"></script>
</body>
<!-- Mirrored from dwebs.io/dpack.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 31 May 2020 17:41:23 GMT -->
</html>