This template is consumed by create-scaffold-hbar as an external template branch.
README_v3.mdis the source of truth for contract setup, deploy, wire, and send flows.RUNBOOK.mdcontains frontend operational setup, relayer notes, and recovery-focused checks.
- Hardhat-only contract tooling is under
packages/hardhat. - Frontend app is under
packages/nextjs. - Root
config/*.tsfiles are lightweight entrypoints forpnpm hardhat lz:oapp:wire --oapp-config ....
pnpm install
cp .env.example .env
pnpm hardhat:compile
pnpm next:gen-contracts
pnpm next:devThen continue with README_v3.md for the full chapter-by-chapter contract workflow.