-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdoc.html
More file actions
56 lines (56 loc) · 3.07 KB
/
doc.html
File metadata and controls
56 lines (56 loc) · 3.07 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
<html>
<!-- This release is made completely in HTML & CSS because is designed to be cheaper in therm of size. In the next release we'll make it based on react.js adding all of the fancy effects needed. -->
<head>
<meta charset="utf-8" />
<title>Ξthereans OS - Documentation</title>
<meta name="description" content="ΞthOS is an R&D operating system on top of ethereum - All ethOS dApps are designed to help coders build on top of them. They have general-purpose cores and are computationally programmable.">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="page">
<header>
<a class="mapbtn" href="index.html">Map</a>
<a href="organizations.html">Organizations</a>
<a href="covenants.html">Covenants</a>
<a href="items.html">ITEMS</a>
<a href="equities.html">Equities</a>
<a href="nerv.html">NERV</a>
<a href="wimd.html">WIMD</a>
<p>Doc</p>
<a href="buidlerberg.html">Buidlerberg</a>
<a href="https://discord.gg/nHZ2bUd" target="_blank">Discord</a>
<a href="https://github.com/ethereansos" target="_blank">Github</a>
<a href="os.html">The OS</a>
</header>
<div class="fancyeffect">
<img src="img/background.png">
</div>
<section class="map map2">
<a class="m0" href="index.html">
<img src="img/0.png">
</a>
</section>
<section class="expl">
<article class="title">
<figure class="icon">
<img src="img/i5.png">
</figure>
<h3>Documentation</h3>
<br>
<p>All ethOS dApps are designed to help coders build on top of them. They have general-purpose cores and are computationally programmable.The current documentation for DFOhub and Covenants is for the ongoing beta stage of development. (not yet ready for adoption), and very difficult to read for humans without at least 10,000 hours spent on solidity coding. The ethItem Documentation, however, can be read by humans now, but we're working on it.</p>
<aside class="link">
<a href="https://ethereansos.github.io/Organizations-documentation/" target="_blank">DFOhub Doc</a>
<a href="https://docs.ethos.wiki/covenants/" target="_blank">Covenants Doc</a>
<a href="https://docs.ethos.wiki/items/">Items Doc</a>
</aside>
</article>
<figure class="island">
<img class="iimg3" src="img/3.png">
</figure>
</section>
</section>
</body>
</html>