Skip to content

Quantova/Dev-Check-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantova Developer Checklist

A practical, audit-grade set of checklists for building, securing, and shipping applications and infrastructure on Quantova, the post-quantum Layer 1 for institutional settlement.

Every item here maps to a concrete decision a team has to make before going to production. The checklists are written to be copied into a pull request, a launch ticket, or an audit scope — not just read once. They reflect how Quantova actually works: Q-format addresses, the post-quantum signing model, the Quantova Virtual Machine (QVM), the QRC20 standard, the deterministic no-VRF consensus layer, and finality-anchored bridges.

Network status. Quantova is on testnet ahead of mainnet. Items marked [testnet] apply today; items marked [mainnet] apply at or after mainnet launch. Build against testnet now so the mainnet switch is a configuration change, not a rewrite.


Who this is for

You are… Start with
A smart-contract / QVM developer Smart Contract SecurityPre-Deployment
An app / integration developer IntegrationFrontend & Wallet
A validator / node operator Node & Validator Operations
An exchange / custodian Exchange & Custody Integration
A bridge / cross-chain team Bridge Integration
Setting up CI/CD CI/CD & Release

The checklists

# Checklist What it covers
00 Environment Setup Toolchain, SDK, wallet, testnet, and RPC endpoints.
01 Account & Key Management Post-quantum keys, Q-addresses, signing, key hygiene.
02 Smart Contract Security QVM contract security checks mapped to real failure patterns.
03 Pre-Deployment The gate before a contract goes to mainnet.
04 Integration Reading state, building/signing/sending transactions, finality.
05 Frontend & Wallet Qmask.io integration, address display, UX correctness.
06 Node & Validator Operations Running nodes, RPC hardening, validator duties, monitoring.
07 Exchange & Custody Integration Deposits, withdrawals, finality confirmation, key custody.
08 Bridge Integration Finality-anchored deposits/withdrawals across chains.
09 CI/CD & Release Automated build, test, verify, and release.
10 Mainnet Launch Readiness The master go/no-go gate for a production launch.

A condensed, one-page version of all of the above is in SECURITY_CHECKLIST.md.


How to use these

  1. Copy the relevant checklist into your PR or launch ticket. Each is GitHub-task-list formatted, so the boxes are clickable.
  2. Do not skip [ ] items silently. If an item does not apply, mark it and write one line on why.
  3. Re-run before every deployment, not just the first. The Pre-Deployment and Mainnet Launch Readiness lists are gates, not guides.
  4. For audits, the Smart Contract Security list is structured so each item maps to a check an auditor can verify.

Conventions

  • [ ] an open task · [x] done · [testnet] / [mainnet] network scope.
  • Severity tags in the security checklist: (critical), (high), (medium), (low).
  • Code snippets use the q_ JSON-RPC namespace and the @quantova SDK.

Links

License

© 2026 Quantova Inc. See LICENSE.md. Checklists are provided for informational purposes and are not legal, financial, or security-audit advice.

About

Practical, rigorous checklists for building, securing, and shipping applications and infrastructure on Quantova, the post-quantum Layer 1 for institutional settlement — written to be copied straight into a pull request, launch ticket, or audit scope.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors