All Quantus Network source code lives in the Quantus-Network GitHub organization. This page catalogs every repository, organized by function.
Each repo links to GitHub and DeepWiki (AI-generated documentation for deeper code exploration).
Core Protocol
The two main repositories containing the blockchain node and ZK proof system.
| Repository | Language | Description |
|---|
| chain · DeepWiki | Rust | Main blockchain node. Substrate-based with QPoW consensus, all pallets (wormhole, reversible transfers, multisig, governance, treasury), and mining infrastructure. |
| qp-zk-circuits · DeepWiki | Rust | Zero-knowledge proof circuits built on Plonky2. Contains the wormhole circuit (prover, verifier, aggregator), voting circuit, and shared ZK gadgets. |
Cryptographic Libraries
Purpose-built or forked cryptographic implementations.
| Repository | Language | Description |
|---|
| qp-rusty-crystals · DeepWiki | Rust | ML-DSA-87 (Dilithium) implementation. Pure-Rust, no-std, constant-time. Includes HD-Lattice wallet derivation. Audited by Neodyme. |
| qp-poseidon · DeepWiki | Rust | Poseidon2 hash function. Used for block headers, storage hashing, QPoW mining, and ZK circuits. |
| qp-poseidon-constants · DeepWiki | Rust | Precomputed Poseidon2 constants for the Goldilocks field. |
| qp-plonky2 · DeepWiki | Rust | Quantus fork of Polygon Zero's Plonky2 proof system. STARK-based, no trusted setup. |
| qp-human-checkphrase · DeepWiki | Python | Human-readable BIP-39 address checksums ("check-phrases"). |
Post-Quantum Networking
Forked networking libraries with classical crypto replaced by PQC primitives.
Client Applications
User-facing software for interacting with the network.
Infrastructure
Operations, monitoring, and data indexing.
NEAR Integration
Cross-chain bridge infrastructure using NEAR's chain abstraction.
| Repository | Language | Description |
|---|
| near-mpc · DeepWiki | Rust | MPC node for secure multi-party threshold signature generation. Under audit by Hashcloak. |
| nearcore · DeepWiki | Rust | Fork of NEAR Protocol reference client. |
SDK and API Clients
Libraries for building on Quantus.
State and Storage
ZK-compatible state management.
| Repository | Language | Description |
|---|
| zk-trie · DeepWiki | Rust | ZK-friendly Substrate Patricia Merkle Trie. Uses Poseidon hashing for ZK-compatible state proofs. |
| zk-state-machine · DeepWiki | Rust | Fork of Substrate sp-state-machine adapted for zk-trie. |
Data Indexing
Forked indexing frameworks for the block explorer.
| Repository | Language | Description |
|---|
| squid-sdk · DeepWiki | TypeScript | Fork of Subsquid SDK. Powers the explorer. |
| subql · DeepWiki | TypeScript | Fork of SubQuery indexing framework. |
Content and Public-Facing
Websites, documentation, and research.
Governance and Standards
Hardware Integration