Context. Tip and Quests take a raw G…/C… address. Users think in @handles, which already resolve on-chain via the registry.
Tasks
Files: apps/web/src/components/Tip.tsx, apps/web/src/lib/registry.ts.
Acceptance: sending a tip to @handle works end to end.
Context. Tip and Quests take a raw
G…/C…address. Users think in@handles, which already resolve on-chain via the registry.Tasks
@handleinput and resolve to an address withregistry.resolveHandle.Files:
apps/web/src/components/Tip.tsx,apps/web/src/lib/registry.ts.Acceptance: sending a tip to
@handleworks end to end.