- Run
npm installright after scaffolding. - Copy your WalletConnect project ID into
.env.localasNEXT_PUBLIC_WALLETCONNECT_PROJECT_ID. - Contract details live in
lib/contract.ts. Re-run the generator CLI and paste a new metadata file whenever you redeploy so the ABI stays in sync. npm run devstarts the Next.js app. Use the sample component incomponents/sample.tsxfor a quick sanity test.- Generate an AI handoff prompt any time with
npm run prompt(output lands inprompt/prompt_<timestamp>.md).
Keep this file updated with any team-specific conventions after you clone the scaffold.***