Skip to content
Merged

Beta #102

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/codeql.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/codesee-arch-diagram.yml

This file was deleted.

2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,5 @@
<small>THE UNITED SYSTEMS of NEXUS</small>
<br />
<small>MADE IN AMERICA </small>
<br />
<small>In memory of Amy (1993 – 2025), a truly kind person.</small>
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ <h4>Is the UW's DIS and the WWW's DNS the same?</h4>
<h4>PERSPECTIVE &amp; RATIONAL</h4>
<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>
<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>

<h4>KNOWN POTENTIAL</h4>
<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>

<h4>CODE REPO SUMMARY</h4>
<ul>
<li><a href="https://github.com/universalweb/Network/tree/master/examples/viat.js">VIAT</a></li>
Expand Down Expand Up @@ -112,6 +110,8 @@ <h4 align="center">Want to contribute? Then join the Imperium today!</h4>
<small>THE UNITED SYSTEMS of NEXUS</small>
<br />
<small>MADE IN AMERICA 🇺🇸</small>
<br />
<small>In memory of Amy (1993 – 2025), a truly kind person.</small>
</div>
</body>
<script src="index.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/viat.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ const txBlockSize = (await encode(txBlock.block)).length;
const receiptBlockSize = (await encode(txBlock.receipt.block)).length;
console.log(txBlockSize + receiptBlockSize, 'bytes');
await viatNetwork.saveBlock(txBlock);
console.log(await viatNetwork.getTransactions(amyAddress));
console.log(await viatNetwork.getTransactions(amyAddress));
Loading