This repository holds the developer documentation and tutorials for Quantova, the post-quantum Layer 1 for institutional settlement.
It is structured the same way as the Ethereum developer content: Markdown/MDX files organized
by topic, where each topic is a folder containing an index.md. The content is consumed by the
Quantova website and rendered with the docs and tutorial layouts.
public/
content/
developers/
docs/ # Reference documentation (Docs layout)
intro-to-quantova/
post-quantum-cryptography/
accounts/
consensus-mechanisms/
npos/
slot-leadership/
finality/
blocks/
transactions/
gas-and-fees/
quantova-virtual-machine/
smart-contracts/
precompiles/
languages/
standards/
tokens/
bridges/
naming-service/
staking/
governance/
nodes-and-clients/
run-a-node/
apis/
json-rpc/
oracles/
chain-specs/
development-networks/
tutorials/ # Step-by-step guides (Tutorial layout)
deploy-your-first-qrc20/
run-a-quantova-node/
- One folder per topic. A page lives at
…/<topic>/index.md. For example,quantova.org/developers/docs/consensus-mechanisms/is built frompublic/content/developers/docs/consensus-mechanisms/index.md. - Frontmatter. Every
index.mdstarts with YAML frontmatter:title,description, andlangfor docs; tutorials addpublished,skill, andtags. - Internal links are root-relative, e.g.
/developers/docs/accounts/.
- Website: https://quantova.org
- Full developer documentation (PDF): https://quantova.org/static/pdfjs/web/viewer.html?file=/static/pdf/Gitbook-Quantova-Developer-Documentation.pdf#nameddest=cover&page=1&pagemode=bookmarks
- Consensus specifications: see the
consensus-specsrepository
See CONTRIBUTING.md. In short: edit or add an index.md under the right
topic folder, keep the frontmatter, use root-relative links, and open a pull request.
See LICENSE.md. Documentation is © 2026 Quantova Inc.