Skip to content

Commit 6d316eb

Browse files
authored
Beta (#101)
DOCS SITE
1 parent 11e945a commit 6d316eb

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,5 @@
9898
<small>THE UNITED SYSTEMS of NEXUS</small>
9999
<br />
100100
<small>MADE IN AMERICA </small>
101+
<br />
102+
<small>In memory of Amy (1993 – 2025), a truly kind person.</small>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,8 @@ <h4>Is the UW's DIS and the WWW's DNS the same?</h4>
6464
<h4>PERSPECTIVE &amp; RATIONAL</h4>
6565
<p>Re-imagining the Web from the ground up may seem like a radical proposition, but it is entirely logical, rational, within our ability, &amp; necessary. At its core, the Web is a collection of software solutions. Therefore, creating a system that can replace yet go beyond the Web doesn’t require reinventing the physical infrastructure; it simply demands innovative software designed to leverage current innovations while addressing the limitations of the old.</p>
6666
<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>
67-
6867
<h4>KNOWN POTENTIAL</h4>
6968
<p>VIAT and the Universal Web are the foundation for a multi-planetary, post-quantum, cryptographic nexus—what a real "everything app" would need to be. VIAT handles decentralized, high-throughput payments with hybrid quantum-resistant security, while the UW replaces the Web and beyond. Together, they unify payments, shopping, consensus, health, social, assets, identity, communication, government, digital infrastructure, and more into one seamless, scalable system—built for Earth, Mars, and beyond.</p>
70-
7169
<h4>CODE REPO SUMMARY</h4>
7270
<ul>
7371
<li><a href="https://github.com/universalweb/Network/tree/master/examples/viat.js">VIAT</a></li>
@@ -112,6 +110,8 @@ <h4 align="center">Want to contribute? Then join the Imperium today!</h4>
112110
<small>THE UNITED SYSTEMS of NEXUS</small>
113111
<br />
114112
<small>MADE IN AMERICA 🇺🇸</small>
113+
<br />
114+
<small>In memory of Amy (1993 – 2025), a truly kind person.</small>
115115
</div>
116116
</body>
117117
<script src="index.js"></script>

examples/viat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ const txBlockSize = (await encode(txBlock.block)).length;
4141
const receiptBlockSize = (await encode(txBlock.receipt.block)).length;
4242
console.log(txBlockSize + receiptBlockSize, 'bytes');
4343
await viatNetwork.saveBlock(txBlock);
44-
console.log(await viatNetwork.getTransactions(amyAddress));
44+
console.log(await viatNetwork.getTransactions(amyAddress));

0 commit comments

Comments
 (0)