HeliosHash DAO is a mission-critical infrastructure project under the One World Project → UrgamU → HeliosHash initiative.
We follow strict quality, security, and governance standards.
- H#00 – Lead Architect (YOU)
- H#01 – Core Maintainer (Nick)
- H#02…H#11 – Initial Maintainers
- Future maintainers are added only through DAO governance.
- All changes go through Pull Requests.
- PR must pass:
pnpm lintpnpm builddfx build- All tests
- At least 2 CODEOWNER approvals required.
- No direct pushes to
main. - No secrets, ICP identities, or env variables in commits.
pnpm install
pnpm dev
dfx start --background
dfx build
Use descriptive commits:
feat: add role selector page
fix: stabilize AuthContext re-render loop
chore: CI update for canister tests
- Do not commit
.pemkeys - Use
dfx identitylocally, never push IDs - Review canister changes carefully
- Any auth change requires H#00 + H#01 approval
Major architectural changes require:
- A proposal
- Approval by H#00 + H#01
- Long term: on-chain vote
Thank you for building HHDAO responsibly.