Omniver Quantum Decoder: Bridging Quantum Computing, Cryptanalysis & Solana Web3

Inspiration

Modern global security relies on the hardness of mathematical problems: RSA rests on integer factorization, while Bitcoin and Ethereum rely on the discrete logarithm problem over elliptic curves (ECDSA $secp256k1: y^2 \equiv x^3 + 7 \pmod{p}$).

With the emergence of Noisy Intermediate-Scale Quantum (NISQ) and fault-tolerant quantum computers, Peter Shor’s 1994 algorithm proved that quantum computers can solve these problems in polynomial time $\mathcal{O}((\log N)^2 (\log \log N) (\log \log \log N))$.

Yet, quantum computing and post-quantum cryptography remain abstract, black-box concepts for most developers and Web3 security researchers. We were inspired to build Omniver Quantum Decoder — an intuitive, visual, and gamified quantum sandbox that demystifies Shor's Algorithm, models quantum attacks on Bitcoin, and records verifiable cryptographic progress on the high-speed Solana blockchain.


What it does

Omniver Quantum Decoder is an end-to-end interactive quantum cryptanalysis and educational platform:

  1. Interactive Shor's Algorithm Simulator:

    • Computes prime factors $p$ and $q$ for composite integers $N = p \times q$.
    • Real-time visualization of quantum registers: Hadamard superposition $\frac{1}{\sqrt{2^n}}\sum_{x=0}^{2^n-1}|x\rangle|0\rangle$, modular exponentiation $|x\rangle|a^x \pmod N\rangle$, and Inverse Quantum Fourier Transform ($\text{QFT}^\dagger$).
    • Continued Fractions expansion to extract the exact period $r$ such that $a^r \equiv 1 \pmod N$, computing $\gcd(a^{r/2} \pm 1, N)$.
  2. Bitcoin Quantum Arena:

    • A multi-tiered interactive cryptanalysis arena spanning RSA Primes, Modular Exponentiation, ECDSA Discrete Logarithms, and Post-Quantum Cryptography (PQC) Lattice Defense.
    • Gamified missions rewarding researchers with XP, Q-Bits tokens, and on-chain badges.
  3. Solana Blockchain On-Chain Proof System:

    • Implements an Anchor Rust smart contract on Solana Devnet.
    • Creates verifiable player profiles, records quantum challenge completion transactions, and mints tamper-proof research credentials.
  4. Multi-Backend Code Export:

    • Generates executable Python scripts for IBM Qiskit, PennyLane, OpenQASM 2.0, and Cirq.
  5. Anna AI Ecosystem Integration:

    • Packaged as a native Anna App (v2.4.0) with App Schema 2.0 and JSON-RPC 2.0 Executa integration.

How we built it

Our technology stack combines high-performance web engineering, mathematical quantum engines, and blockchain infrastructure:

  • Frontend & Visual Architecture: React 18, TypeScript, Tailwind CSS, Lucide Icons, and D3-based state vector distribution visualizers.
  • Quantum Simulation Engine: Custom lightweight complex vector mathematics engine running in pure TypeScript to simulate quantum registers, phase estimation, and quantum interference directly in the browser with zero latency.
  • Blockchain Smart Contracts: Built in Rust using the Anchor Framework deployed to Solana Devnet (program/src/lib.rs), interfacing with @solana/web3.js and @coral-xyz/anchor.
  • Backend & Cloud API: Node.js, Express, and Google Gemini API integration for real-time quantum copiloting and algorithmic debugging.
  • Anna Platform Protocol: Schema 2.0 manifest compliance (manifest.json), UI static-SPA bundling, and CLI publication via @anna-ai/cli.

Challenges we ran into

  • Simulating Quantum Superposition in Browser: Simulating multi-qubit entangled registers requires maintaining $2^n$ complex probability amplitudes. We engineered optimized matrix transformations and continued fraction algorithms to keep browser simulation snappy without lagging the UI.
  • Translating Quantum Circuit Logic to Classical Intuition: Making modular exponentiation unitaries $|x\rangle|a^x \pmod N\rangle$ visually understandable required designing dedicated stage-by-stage circuit pipelines with mathematical breakdowns.
  • Solana Devnet RPC Rate Limits: We implemented resilient fallback strategies and transaction simulation caching to ensure smooth UI progression during high Devnet network congestion.
  • Anna App Schema 2.0 Packaging: Ensuring seamless backward-compatible type safety and strict manifest compliance for Anna's latest distribution schema.

Accomplishments that we're proud of

  • 100% Zero-Error Type-Safe Codebase: Passed all rigorous TypeScript audits (tsc --noEmit), Vite production builds, and Anchor Rust checks.
  • Live Solana Devnet Integration: Successfully generated developer keypairs, built anchor proof programs, and connected live RPC endpoints.
  • Pure English Academic Localization: Refactored the entire interface into clean, high-standard international technical English.
  • Official Anna Store Submission: Successfully uploaded the production bundle and submitted Omniver Quantum Decoder v2.4.0 for review on the Anna staging platform.

What we learned

  • Deep theoretical and practical mastery of Quantum Phase Estimation (QPE), continued fractions arithmetic, and modular exponentiation circuits.
  • Writing production Anchor smart contracts on Solana to record zero-knowledge-style computation proofs.
  • Modern App Store manifest architecture and JSON-RPC protocol standards on AI agent operating systems.

What's next for omniver-quantum-decoder

  • NIST Post-Quantum Cryptography (PQC) Sandbox: Interactive visualizers for lattice-based schemes (ML-KEM/Kyber and ML-DSA/Dilithium).
  • Direct Cloud QPU Bridge: Integrating IBM Quantum Experience & AWS Braket API keys to dispatch circuits to real physical superconducting quantum processors.
  • Solana Mainnet Launch: Deploying the verification contract to Solana Mainnet with tokenized research bounties for cryptographic benchmark breakthroughs.

Built With

  • aiagentics
  • algorithms
  • automatons
  • blockchain
  • crypto
  • devpost
  • quantum
Share this project:

Updates