Skip to content

Commit 373bcba

Browse files
authored
Docs updates (#95)
1 parent df4b4ed commit 373bcba

File tree

3 files changed

+51
-69
lines changed

3 files changed

+51
-69
lines changed

docs/README.md

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<h1 align="center"></h1>
22
<h3 align="center" class="mono">$VIAT (NATIVE CRYPTO)</h3>
3-
<h4 align="center" class="mono">TOKENS: $bVIAT (BNB) | $mVIAT (SOL MEME) | $SNTVT (ETH)</h4>
3+
<h4 align="center" class="mono">TOKENS: $bVIAT (BNB) | $SNTVT (ETH)</h4>
4+
<!-- | $mVIAT (SOL MEME) -->
45
<h2 align="center">WELCOME TO THE NEXUS</h2>
56
<p align="center">META-LAYER SOLUTION</p>
67
<h4 align="center"> POST QUANTUM CRYPTOGRAPHIC NEXUS </h4>
@@ -54,39 +55,30 @@
5455
<p>If we critically evaluate the challenges facing the current Web, from inefficiencies &amp; vulnerabilities to its inability to fully embrace emerging technologies, it becomes self-evident that incremental updates aren't going to address fundamental design flaws. A foundational overhaul is not only viable but also more efficient and cost-effective. By building on 30 years of lessons, we can envision something that goes beyond what we call a Web, which integrates cutting-edge technologies and anticipates future advancements. This isn’t just an opportunity; it’s an imperative to build the future.</p>
5556
<h4>SUMMARY</h4>
5657
<ul>
57-
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/server">UDSP MODULE (CONTAINS SERVER &amp; CLIENT MODULE)</a></li>
58-
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/server">SERVER MODULE (CHECK THE UDSP FOLDER &amp; IMPORTS FOR FULL CODE)</a></li>
59-
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/client">CLIENT MODULE (CHECK THE UDSP FOLDER &amp; IMPORTS FOR FULL CODE)</a></li>
60-
<li><a href="https://github.com/universalweb/Network/tree/master/browser">BROWSER (outdated)</a></li>
61-
<li><a href="https://github.com/universalweb/Network/tree/master/examples/serverApp">EXAMPLE APP (pnpm run server)</a></li>
62-
<li><a href="https://github.com/universalweb/Network/tree/master/examples/certificates.js">BUILD DOMAIN &amp; IDENTITY CERTIFICATES THAT ARE ALSO VIAT WALLETS (pnpm run certificates)</a></li>
63-
<li><a href="https://github.com/universalweb/Network/tree/master/examples/client/simulateClient.js">SIMULATE CLIENT REQUEST (pnpm run simc) (ONLY RUN WHEN DEMO IN A STABLE COMMIT NOT LATEST UNLESS SPECIFIED)</a></li>
58+
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/server">NETWORK PROTOCOL UDSP MODULE</a></li>
59+
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/server">SERVER MODULE</a></li>
60+
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/client">CLIENT MODULE</a></li>
61+
<li><a href="https://github.com/universalweb/Network/tree/master/examples/viat.js">VIAT WALLETS</a></li>
62+
<li><a href="https://github.com/universalweb/Network/tree/master/viat">VIAT CODE FOLDER</a></li>
63+
<li><a href="https://github.com/universalweb/Network/tree/master/examples/serverApp">EXAMPLE APP</a></li>
64+
<li><a href="https://github.com/universalweb/Network/tree/master/examples/certificates.js">DEMO CERTS</a></li>
65+
<li><a href="https://github.com/universalweb/Network/tree/master/examples/client/simulateClient.js">SIMULATE CLIENT REQUEST</a></li>
6466
<li><a href="https://github.com/universalweb/Network/tree/master/examples">VARIOUS HELPER SCRIPTS</a></li>
67+
<li><a href="https://github.com/universalweb/Network/tree/master/browser">BROWSER (outdated)</a></li>
6568
</ul>
66-
<b>ONLY RUN PNPM (INSTALL PNPM AND NODEJS) COMMANDS WHEN COMMIT DESCRIPTION SAYS DEMO STABLE OR DEMO ENABLED</b>
6769
<br />
6870
<h4><a href="https://github.com/universalweb/Network/blob/master/package.json">PACKAGE SCRIPTS</a></h4>
6971
<ul>
70-
<li>PNPM start script builds/starts the Universal Web Browser</li>
71-
<li>Components must also be compiled for the front-end library</li>
72-
<li>Root is used to generate root certificates only</li>
73-
<li>Includes Identity Certificate generation examples</li>
74-
<li>EXAMPLE APPS</li>
75-
<li>UDSP</li>
76-
<li>UW URI (HIGHER ABSTRACTION PROTOCOL OVER UDSP)</li>
77-
<li>VARIOUS HELPER SCRIPTS</li>
72+
<li>VARIOUS HELPER SCRIPTS INCLUDED</li>
7873
<li>PNPM is preferred for package management</li>
7974
</ul>
80-
<br />
81-
<h5>FULL LIST OF COMMANDS CAN BE FOUND IN THE project.json</h5>
82-
<p>Install NodeJS and PNPM</p>
8375
<hr />
8476
<h4>BROAD CODE OBJECTIVES</h4>
8577
<ul>
86-
<li>UW UDP BASED NETWORK PROTOCOL</li>
78+
<li>CUSTOM UDP BASED NETWORK PROTOCOL</li>
8779
<li>SERVER MODULE</li>
8880
<li>CLIENT MODULE</li>
89-
<li>DIS (DOMAIN SYSTEM - NOT DNS)</li>
81+
<li>DIS (DOMAIN SYSTEM)</li>
9082
<li>UW APPS</li>
9183
<li>Multi-OS Support</li>
9284
<li>Multi-Device Support</li>
@@ -96,8 +88,10 @@
9688
</ul>
9789
<hr />
9890
<h4 align="center">Want to contribute? Then join the Imperium today!</h4>
99-
<p align="center"> To help submit, write content, make art, write code, and or star this repo! All are welcome to the Nexus.</p>
91+
<p align="center"> To help write content, make art, write code, share it, and or star this repo! All are welcome to the Nexus.</p>
10092
<hr />
10193
<small>COPYRIGHT © 2025 VIAT, <a href="https://universalweb.io">UNIVERSAL WEB</a>, THE NEXUS</small>
94+
<br />
10295
<small>THE UNITED SYSTEMS of NEXUS</small>
96+
<br />
10397
<small>MADE IN AMERICA </small>

docs/content.html

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<h1 align="center"></h1>
22
<h3 align="center" class="mono">$VIAT (NATIVE CRYPTO)</h3>
3-
<h4 align="center" class="mono">TOKENS: $bVIAT (BNB) | $mVIAT (SOL MEME) | $SNTVT (ETH)</h4>
3+
<h4 align="center" class="mono">TOKENS: $bVIAT (BNB) | $SNTVT (ETH)</h4>
4+
<!-- | $mVIAT (SOL MEME) -->
45
<h2 align="center">WELCOME TO THE NEXUS</h2>
56
<p align="center">META-LAYER 󰽙 SOLUTION</p>
67
<h4 align="center"> POST QUANTUM CRYPTOGRAPHIC NEXUS </h4>
@@ -54,39 +55,30 @@ <h4>Perspective &amp; Rational</h4>
5455
<p>If we critically evaluate the challenges facing the current Web, from inefficiencies &amp; vulnerabilities to its inability to fully embrace emerging technologies, it becomes self-evident that incremental updates aren't going to address fundamental design flaws. A foundational overhaul is not only viable but also more efficient and cost-effective. By building on 30 years of lessons, we can envision something that goes beyond what we call a Web, which integrates cutting-edge technologies and anticipates future advancements. This isn’t just an opportunity; it’s an imperative to build the future.</p>
5556
<h4>SUMMARY</h4>
5657
<ul>
57-
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/server">UDSP MODULE (CONTAINS SERVER &amp; CLIENT MODULE)</a></li>
58-
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/server">SERVER MODULE (CHECK THE UDSP FOLDER &amp; IMPORTS FOR FULL CODE)</a></li>
59-
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/client">CLIENT MODULE (CHECK THE UDSP FOLDER &amp; IMPORTS FOR FULL CODE)</a></li>
60-
<li><a href="https://github.com/universalweb/Network/tree/master/browser">BROWSER (outdated)</a></li>
61-
<li><a href="https://github.com/universalweb/Network/tree/master/examples/serverApp">EXAMPLE APP (pnpm run server)</a></li>
62-
<li><a href="https://github.com/universalweb/Network/tree/master/examples/certificates.js">BUILD DOMAIN &amp; IDENTITY CERTIFICATES THAT ARE ALSO VIAT WALLETS (pnpm run certificates)</a></li>
63-
<li><a href="https://github.com/universalweb/Network/tree/master/examples/client/simulateClient.js">SIMULATE CLIENT REQUEST (pnpm run simc) (ONLY RUN WHEN DEMO IN A STABLE COMMIT NOT LATEST UNLESS SPECIFIED)</a></li>
58+
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/server">NETWORK PROTOCOL UDSP MODULE</a></li>
59+
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/server">SERVER MODULE</a></li>
60+
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/client">CLIENT MODULE</a></li>
61+
<li><a href="https://github.com/universalweb/Network/tree/master/examples/viat.js">VIAT WALLETS</a></li>
62+
<li><a href="https://github.com/universalweb/Network/tree/master/viat">VIAT CODE FOLDER</a></li>
63+
<li><a href="https://github.com/universalweb/Network/tree/master/examples/serverApp">EXAMPLE APP</a></li>
64+
<li><a href="https://github.com/universalweb/Network/tree/master/examples/certificates.js">DEMO CERTS</a></li>
65+
<li><a href="https://github.com/universalweb/Network/tree/master/examples/client/simulateClient.js">SIMULATE CLIENT REQUEST</a></li>
6466
<li><a href="https://github.com/universalweb/Network/tree/master/examples">VARIOUS HELPER SCRIPTS</a></li>
67+
<li><a href="https://github.com/universalweb/Network/tree/master/browser">BROWSER (outdated)</a></li>
6568
</ul>
66-
<b>ONLY RUN PNPM (INSTALL PNPM AND NODEJS) COMMANDS WHEN COMMIT DESCRIPTION SAYS DEMO STABLE OR DEMO ENABLED</b>
6769
<br />
6870
<h4><a href="https://github.com/universalweb/Network/blob/master/package.json">PACKAGE SCRIPTS</a></h4>
6971
<ul>
70-
<li>PNPM start script builds/starts the Universal Web Browser</li>
71-
<li>Components must also be compiled for the front-end library</li>
72-
<li>Root is used to generate root certificates only</li>
73-
<li>Includes Identity Certificate generation examples</li>
74-
<li>EXAMPLE APPS</li>
75-
<li>UDSP</li>
76-
<li>UW URI (HIGHER ABSTRACTION PROTOCOL OVER UDSP)</li>
77-
<li>VARIOUS HELPER SCRIPTS</li>
72+
<li>VARIOUS HELPER SCRIPTS INCLUDED</li>
7873
<li>PNPM is preferred for package management</li>
7974
</ul>
80-
<br />
81-
<h5>FULL LIST OF COMMANDS CAN BE FOUND IN THE project.json</h5>
82-
<p>Install NodeJS and PNPM</p>
8375
<hr />
8476
<h4>BROAD CODE OBJECTIVES</h4>
8577
<ul>
86-
<li>UW UDP BASED NETWORK PROTOCOL</li>
78+
<li>CUSTOM UDP BASED NETWORK PROTOCOL</li>
8779
<li>SERVER MODULE</li>
8880
<li>CLIENT MODULE</li>
89-
<li>DIS (DOMAIN SYSTEM - NOT DNS)</li>
81+
<li>DIS (DOMAIN SYSTEM)</li>
9082
<li>UW APPS</li>
9183
<li>Multi-OS Support</li>
9284
<li>Multi-Device Support</li>
@@ -96,8 +88,10 @@ <h4>BROAD CODE OBJECTIVES</h4>
9688
</ul>
9789
<hr />
9890
<h4 align="center">Want to contribute? Then join the Imperium today!</h4>
99-
<p align="center"> To help submit, write content, make art, write code, and or star this repo! All are welcome to the Nexus.</p>
91+
<p align="center"> To help write content, make art, write code, share it, and or star this repo! All are welcome to the Nexus.</p>
10092
<hr />
10193
<small>COPYRIGHT © 2025 VIAT, <a href="https://universalweb.io">UNIVERSAL WEB</a>, THE NEXUS</small>
94+
<br />
10295
<small>THE UNITED SYSTEMS of NEXUS</small>
96+
<br />
10397
<small>MADE IN AMERICA 🇺🇸</small>

docs/index.html

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<canvas id="particle-canvas"></canvas>
1515
<div class="content"> <h1 align="center"></h1>
1616
<h3 align="center" class="mono">$VIAT (NATIVE CRYPTO)</h3>
17-
<h4 align="center" class="mono">TOKENS: $bVIAT (BNB) | $mVIAT (SOL MEME) | $SNTVT (ETH)</h4>
17+
<h4 align="center" class="mono">TOKENS: $bVIAT (BNB) | $SNTVT (ETH)</h4>
18+
<!-- | $mVIAT (SOL MEME) -->
1819
<h2 align="center">WELCOME TO THE NEXUS</h2>
1920
<p align="center">META-LAYER 󰽙 SOLUTION</p>
2021
<h4 align="center"> POST QUANTUM CRYPTOGRAPHIC NEXUS </h4>
@@ -68,39 +69,30 @@ <h4>Perspective &amp; Rational</h4>
6869
<p>If we critically evaluate the challenges facing the current Web, from inefficiencies &amp; vulnerabilities to its inability to fully embrace emerging technologies, it becomes self-evident that incremental updates aren't going to address fundamental design flaws. A foundational overhaul is not only viable but also more efficient and cost-effective. By building on 30 years of lessons, we can envision something that goes beyond what we call a Web, which integrates cutting-edge technologies and anticipates future advancements. This isn’t just an opportunity; it’s an imperative to build the future.</p>
6970
<h4>SUMMARY</h4>
7071
<ul>
71-
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/server">UDSP MODULE (CONTAINS SERVER &amp; CLIENT MODULE)</a></li>
72-
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/server">SERVER MODULE (CHECK THE UDSP FOLDER &amp; IMPORTS FOR FULL CODE)</a></li>
73-
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/client">CLIENT MODULE (CHECK THE UDSP FOLDER &amp; IMPORTS FOR FULL CODE)</a></li>
74-
<li><a href="https://github.com/universalweb/Network/tree/master/browser">BROWSER (outdated)</a></li>
75-
<li><a href="https://github.com/universalweb/Network/tree/master/examples/serverApp">EXAMPLE APP (pnpm run server)</a></li>
76-
<li><a href="https://github.com/universalweb/Network/tree/master/examples/certificates.js">BUILD DOMAIN &amp; IDENTITY CERTIFICATES THAT ARE ALSO VIAT WALLETS (pnpm run certificates)</a></li>
77-
<li><a href="https://github.com/universalweb/Network/tree/master/examples/client/simulateClient.js">SIMULATE CLIENT REQUEST (pnpm run simc) (ONLY RUN WHEN DEMO IN A STABLE COMMIT NOT LATEST UNLESS SPECIFIED)</a></li>
72+
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/server">NETWORK PROTOCOL UDSP MODULE</a></li>
73+
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/server">SERVER MODULE</a></li>
74+
<li><a href="https://github.com/universalweb/Network/tree/master/udsp/client">CLIENT MODULE</a></li>
75+
<li><a href="https://github.com/universalweb/Network/tree/master/examples/viat.js">VIAT WALLETS</a></li>
76+
<li><a href="https://github.com/universalweb/Network/tree/master/viat">VIAT CODE FOLDER</a></li>
77+
<li><a href="https://github.com/universalweb/Network/tree/master/examples/serverApp">EXAMPLE APP</a></li>
78+
<li><a href="https://github.com/universalweb/Network/tree/master/examples/certificates.js">DEMO CERTS</a></li>
79+
<li><a href="https://github.com/universalweb/Network/tree/master/examples/client/simulateClient.js">SIMULATE CLIENT REQUEST</a></li>
7880
<li><a href="https://github.com/universalweb/Network/tree/master/examples">VARIOUS HELPER SCRIPTS</a></li>
81+
<li><a href="https://github.com/universalweb/Network/tree/master/browser">BROWSER (outdated)</a></li>
7982
</ul>
80-
<b>ONLY RUN PNPM (INSTALL PNPM AND NODEJS) COMMANDS WHEN COMMIT DESCRIPTION SAYS DEMO STABLE OR DEMO ENABLED</b>
8183
<br />
8284
<h4><a href="https://github.com/universalweb/Network/blob/master/package.json">PACKAGE SCRIPTS</a></h4>
8385
<ul>
84-
<li>PNPM start script builds/starts the Universal Web Browser</li>
85-
<li>Components must also be compiled for the front-end library</li>
86-
<li>Root is used to generate root certificates only</li>
87-
<li>Includes Identity Certificate generation examples</li>
88-
<li>EXAMPLE APPS</li>
89-
<li>UDSP</li>
90-
<li>UW URI (HIGHER ABSTRACTION PROTOCOL OVER UDSP)</li>
91-
<li>VARIOUS HELPER SCRIPTS</li>
86+
<li>VARIOUS HELPER SCRIPTS INCLUDED</li>
9287
<li>PNPM is preferred for package management</li>
9388
</ul>
94-
<br />
95-
<h5>FULL LIST OF COMMANDS CAN BE FOUND IN THE project.json</h5>
96-
<p>Install NodeJS and PNPM</p>
9789
<hr />
9890
<h4>BROAD CODE OBJECTIVES</h4>
9991
<ul>
100-
<li>UW UDP BASED NETWORK PROTOCOL</li>
92+
<li>CUSTOM UDP BASED NETWORK PROTOCOL</li>
10193
<li>SERVER MODULE</li>
10294
<li>CLIENT MODULE</li>
103-
<li>DIS (DOMAIN SYSTEM - NOT DNS)</li>
95+
<li>DIS (DOMAIN SYSTEM)</li>
10496
<li>UW APPS</li>
10597
<li>Multi-OS Support</li>
10698
<li>Multi-Device Support</li>
@@ -110,10 +102,12 @@ <h4>BROAD CODE OBJECTIVES</h4>
110102
</ul>
111103
<hr />
112104
<h4 align="center">Want to contribute? Then join the Imperium today!</h4>
113-
<p align="center"> To help submit, write content, make art, write code, and or star this repo! All are welcome to the Nexus.</p>
105+
<p align="center"> To help write content, make art, write code, share it, and or star this repo! All are welcome to the Nexus.</p>
114106
<hr />
115107
<small>COPYRIGHT © 2025 VIAT, <a href="https://universalweb.io">UNIVERSAL WEB</a>, THE NEXUS</small>
108+
<br />
116109
<small>THE UNITED SYSTEMS of NEXUS</small>
110+
<br />
117111
<small>MADE IN AMERICA 🇺🇸</small>
118112
</div>
119113
</body>

0 commit comments

Comments
 (0)