Repository Map
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.
| Repository | Language | Description |
|---|---|---|
| qp-libp2p-identity · DeepWiki | Rust | PQ fork of rust-libp2p-identity. Dilithium-based peer identity. |
| qp-libp2p-noise · DeepWiki | Rust | PQ fork of rust-libp2p-noise. ML-KEM-768 + ML-DSA-87 for P2P channel encryption. |
| sc-network-pqc · DeepWiki | Rust | PQ fork of Substrate's sc-network. |
Client Applications
User-facing software for interacting with the network.
| Repository | Language | Description |
|---|---|---|
| quantus-cli · DeepWiki | Rust | Command-line client for Quantus Network. |
| quantus-apps · DeepWiki | Dart | Mobile and desktop wallet application (Flutter). |
| quantus-miner · DeepWiki | Rust | External mining software (CPU/GPU). |
| miner-tauri-gui · DeepWiki | Rust | Desktop mining GUI built with Tauri. |
| quantus_ur · DeepWiki | Rust | UR QR code implementation for hardware wallet communication. |
Infrastructure
Operations, monitoring, and data indexing.
| Repository | Language | Description |
|---|---|---|
| explorer · DeepWiki | TypeScript | Custom block explorer built on Subsquid. |
| monitoring · DeepWiki | Shell | Network monitoring scripts and configurations. |
| chain-telemetry · DeepWiki | Rust | Telemetry service for chain metrics. |
| n8n-workflows · DeepWiki | -- | n8n automation workflows. |
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.
| Repository | Language | Description |
|---|---|---|
| quantus-api-client · DeepWiki | Rust | Substrate API client over WebSockets. |
| polkadart · DeepWiki | Dart | Fork of Polkadart -- Dart/Flutter SDK for Polkadot-compatible chains. |
| polkadot-js-api · DeepWiki | TypeScript | Fork of Polkadot JS API. |
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.
| Repository | Language | Description |
|---|---|---|
| website · DeepWiki | MDX | quantus.com main website. |
| whitepaper · DeepWiki | -- | White paper versioning. |
| qsafe.af · DeepWiki | TypeScript | qsafe.af -- quantum safety awareness site. |
| report-card · DeepWiki | Astro | Quantum Security Report Card -- rates other chains' quantum readiness. |
| privacy-score · DeepWiki | TypeScript | Privacy scoring tool for blockchain protocols. |
Governance and Standards
| Repository | Language | Description |
|---|---|---|
| improvement-proposals · DeepWiki | -- | Quantus Improvement Proposals (QIPs). |
| slips · DeepWiki | Markdown | Fork of SatoshiLabs Improvement Proposals. |
Hardware Integration
| Repository | Language | Description |
|---|---|---|
| keystone3-firmware · DeepWiki | C | Fork of Keystone hardware wallet firmware with PQ support. |
Internal Tools
| Repository | Language | Description |
|---|---|---|
| task-master · DeepWiki | Rust | Task management system built on reversible transactions. |
| task-master-admin · DeepWiki | TypeScript | Admin panel for task-master. |
| rusx · DeepWiki | Rust | Rust SDK for the X / Twitter API v2. |
| hash-comparison · DeepWiki | Rust | Benchmarks comparing hash function performance. |
| logs · DeepWiki | -- | Operational logs. |
Release Management Test Repos
Used for testing CI/CD and release workflows. Not production code.
chain-rm | chain-ru-test | chain-update2512 | quantus-miner-rm | qp-poseidon-rm | poseidon-resonance-rm | plonky2-rm | plonky2-rm2 | quantus-cli-rm