Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 893 Bytes

File metadata and controls

42 lines (29 loc) · 893 Bytes

quantus-docs

Technical documentation for Quantus Network. Built with Docusaurus.

Serves as investor-grade technical documentation covering architecture, cryptographic stack, consensus, ZK scaling, mining guides, and a full repository map.

Setup

npm install

Development

npm run start

Starts a local dev server at http://localhost:3000. Changes are reflected live.

Build

npm run build

Generates static output in build/. Verify with:

npm run serve

Structure

docs/
  intro.md                  Landing page
  architecture.md           System architecture overview
  deep-dives/               Per-subsystem technical documentation
  guides/                   Mining quickstart, running a node
  reference/                Repo map, tokenomics, audits, roadmap