Skip to content

blackbeardONE/QSDM

Repository files navigation

QSDM

QSDM (Quantum-Secure Dynamic Mesh ledger) is a post-quantum-secure ledger with a two-tier node model — CPU-only validators run the PoE + BFT consensus, and miners run an additive, Mesh3D-tied Proof-of-Work that mints the native coin, Cell (CELL). Consumers use QSDM Hive (Windows/Linux) for wallets, signed tasks, NVIDIA mining, and Mother Hive edge pools. Operators use Core plus optional home gateway, tray monitor, and attestation sidecars.

Transaction signatures use ML-DSA-87 (NIST FIPS 204) — the standardised post-quantum replacement for classical Ed25519 / Ed448 — so transactions signed today remain unforgeable against cryptographically relevant quantum adversaries tomorrow.

Latest tagged ledger release: v0.4.3. Public site: qsdm.tech.

Rebrand notice. Folder names such as apps/qsdm-landing/ and configuration identifiers (qsdm.* configs, QSDM_* env vars, X-QSDM-* headers) continue to work during the deprecation window. See QSDM/docs/docs/REBRAND_NOTES.md for the full migration table.

Repository layout

Path What it is
QSDM/ Ledger node — Go implementation (consensus, storage, ML-DSA-87 signatures, wallet/token/mining/governance/bridge APIs). Native coin is Cell (CELL).
QSDM/docs/docs/ User-facing documentation: API reference, mining protocol, node-role split, quickstarts, tokenomics, roadmap.
QSDM/deploy/landing/ Production website served at qsdm.tech (marketing pages, docs SPA, wallet WASM, explorer, audit, trust).
apps/ Products and sidecars that use the node but are not required to run the core ledger.
apps/qsdm-hive/ QSDM Hive desktop client (CELL wallets, tasks, mining, edge).
apps/qsdm-edge-agent/ Edge Agent / Relay / Edge Control utilities for Mother Hive pools.
apps/qsdm-tray-monitor/ Windows tray health monitor for the local home stack.
apps/qsdm-nvidia-ngc/ Optional NVIDIA NGC GPU attestation sidecar — opt-in, per-operator API policy, not a consensus rule. See NVIDIA_LOCK_CONSENSUS_SCOPE.md.
apps/qsdm-landing/ Legacy marketing stub. Prefer QSDM/deploy/landing/ for the live site.

Start here

New? The operator wiki answers the three questions every new node operator asks: do I need an NVIDIA GPU, do I need a paid NGC plan, and do I have to sync to your VPS? Spoiler: no, no, and no — but NVIDIA is the first-class mining path today and api.qsdm.tech is the recommended bootstrap peer for Phase 4.

Trust surface (live reference node)

The reference deployment at https://api.qsdm.tech/ publishes endpoints that make coverage legible:

  • GET /api/v1/trust/attestations/summary — aggregate attested / total_public ratio across the validator set.
  • GET /api/v1/trust/attestations/recent — recent peer attestations with coarse region/GPU-arch metadata only (no PII).
  • GET /api/v1/audit/summary and /api/v1/audit/items — public audit checklist.

Consumed by qsdm.tech (/trust.html, /audit.html) and the dashboard. See NVIDIA_LOCK_CONSENSUS_SCOPE.md for why NVIDIA-lock is a transparency signal, not a consensus rule.

License

MIT © 2024-2026 Joedel Lopez Dalioan (Blackbeard).

The ledger node and sidecars are permissively licensed. Vendored third-party dependencies under QSDM/source/wasmer-go-patched/ retain their own licences (see QSDM/source/wasmer-go-patched/LICENSE).

Windows signing

QSDM is preparing an application for free open-source signing through SignPath Foundation. The application is pending, and no artifact may be represented as SignPath-signed until it passes the repository's release gates. See the code signing policy for roles, provenance, approval, verification, and incident-response requirements.

About

QSDM - a post-quantum-secure ledger with two-tier nodes (CPU-only PoE+BFT validators, GPU PoW miners minting Cell / CELL). ML-DSA-87 (NIST FIPS 204) signatures, Mesh3D-tied useful PoW, opt-in NVIDIA NGC attestation as a transparency signal.

Topics

Resources

License

Security policy

Stars

2 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors