Introducing Vcc Demo: A Browser-based Cryptographic Audit Trail You...
TL;DR: We built a complete cryptographic verification system that runs entirely in your browser. Try it now at veritaschain.org/vcc/demo—no signup required.
In 2024-2025, the proprietary trading industry witnessed an unprecedented collapse. Over 80 prop firms shut down, many amid accusations of manipulated evaluations and unverifiable trade execution. Traders had no way to independently verify that their trades were handled fairly.
The core problem? Trust-based audit systems controlled by the entity being audited.
The VeritasChain Protocol (VCP) offers a different approach: cryptographic proof over trust. Instead of asking "Do I trust this platform?", VCP enables anyone to ask "Can I mathematically verify this hasn't been tampered with?"
Today, we're releasing VCC Demo—a fully functional, browser-based implementation that lets you experience this firsthand.
No installation. No signup. No server. Everything runs in your browser.
Each event gets a cryptographic hash computed using SHA-256:
Click "Create Merkle Anchor" to batch your events into an RFC 6962-compliant Merkle tree:
The Merkle root is a single hash that commits to ALL events in the batch. Change any single bit of any event, and the root changes completely.
This is the "Verify, Don't Trust" moment. Select any anchored event and verify its inclusion:
Source: Dev.to