Skip to content

Quantova/developer-content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Quantova Developer Content

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.

Repository layout

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/

Conventions

  • One folder per topic. A page lives at …/<topic>/index.md. For example, quantova.org/developers/docs/consensus-mechanisms/ is built from public/content/developers/docs/consensus-mechanisms/index.md.
  • Frontmatter. Every index.md starts with YAML frontmatter: title, description, and lang for docs; tutorials add published, skill, and tags.
  • Internal links are root-relative, e.g. /developers/docs/accounts/.

Links

Contributing

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.

License

See LICENSE.md. Documentation is © 2026 Quantova Inc.

About

Developer documentation and tutorials for Quantova, the post-quantum Layer 1 for institutional settlement — the Markdown/MDX content that powers the docs on the Quantova website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors