Documentation
Everything lives in the public repository. Every spec, every ADR, every SDK. The protocol is only as trustworthy as its auditability.
Protocol
Protocol Specification
GitHubFull technical spec: consensus, PQC algorithms, EVM integration, IBC, genesis configuration.
Architecture Decision Records
GitHubEvery design decision documented with context and trade-offs. ADRs 001 through 010 public.
NIST PQC Test Vectors
GitHubFIPS 203, 204, 205, 206 compliance test vectors. Verify our implementation against the standard.
SDKs
Go SDK
GoGenerate ML-DSA-65 wallets, sign transactions, query chain state, deploy and call EVM contracts. Built on liboqs. Zero external dependencies beyond the Go standard library.
TypeScript SDK
TypeScriptML-DSA operations compiled to WASM. Runs in browsers and Node.js. Compatible with ethers.js contract ABI. React hooks available. npm install @qntmchain/sdk
Rust SDK
Coming soonComing after Go and TypeScript are stable. Targets embedded and WASM use cases.
Tools
BTC Quantum Safety Checker
GoOpen-source tool that analyzes any Bitcoin address for quantum exposure. Free to use and fork.
Node Setup Guide
GuideRun a validator or full node on the QNTM testnet. Hardware requirements, setup steps, monitoring.
EVM Developer Guide
GuideConfigure Hardhat or Foundry to target the QNTM testnet in under 5 minutes. Your existing Solidity contracts deploy without modification. Chain ID 8765. RPC: rpc.testnet.qntmchain.ai
Security
Security Findings Log
PublicEvery red team finding: date, severity, component, commit that introduced it, commit that fixed it.
Threat Model
PublicFull threat model for the protocol: adversaries, attack surfaces, mitigations.
Bug Bounty
ActiveReport a vulnerability. 90-day disclosure policy. Immunefi post-mainnet. Pre-mainnet: security@qntmchain.ai.
Quick Start
Deploy a Solidity contract on QNTM testnet in under 5 minutes.