Planning
Problem
After deployment, creators need a clear way to share the Community and guide the first Members instead of copying contract IDs manually.
Scope
Extend the registry-verified success state with the canonical Community URL, copy/share actions, explorer links, and a checklist: verify metadata, invite Members, mint membership, delegate, create the first Proposal.
Acceptance criteria
- Share content uses the canonical registered Community URL.
- Native Web Share is used when available with clipboard fallback.
- Explorer links use the active network.
- Refreshing a recoverable deployment retains the success handoff after registry verification.
Verification
npm run lint && npm run typecheck && npm test
Planning
/communities#247 (H1), Retire the duplicate community creation wizard #249 (H3), Standardize on-chain identifiers, copy actions, and explorer links #253 (H7)Problem
After deployment, creators need a clear way to share the Community and guide the first Members instead of copying contract IDs manually.
Scope
Extend the registry-verified success state with the canonical Community URL, copy/share actions, explorer links, and a checklist: verify metadata, invite Members, mint membership, delegate, create the first Proposal.
Acceptance criteria
Verification
npm run lint && npm run typecheck && npm test