Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.76 KB

File metadata and controls

36 lines (26 loc) · 1.76 KB

Deployment Documentation Index

Start here by deployment task

Canonical answers for operators

  • Recommended deployment path: Hardhat.
  • Truffle status: legacy/supported for backward compatibility.
  • ENS replacement is additive and requires manual post-deploy wiring.
  • Do not lock ENS/identity configuration until cutover + migration checks pass.

1) Hardhat (recommended / official)

2) Truffle (legacy / supported)

Truffle migrations remain supported for backward compatibility and historical reproducibility.

UI boundary during deployment operations

  • Standalone HTML UI artifacts are additive client surfaces, not deployment authority.
  • If you are using the standalone v21 page for operational review, pair it with:
    • ../ui/GENESIS_JOB_MAINNET_HTML_UI.md
    • ../../ui/README.md
  • For deployment/cutover decisions, this index and ../../hardhat/README.md remain canonical.