Tier: S (1-2 days) | Type: feature
Context. A .wraith name today resolves to a meta-address inside the Send flow but has no public presence. Add a shareable read-only page at /n/:name that renders the metadata (avatar, description, socials) plus a one-click Send button. Turns names into a real handle.
Scope.
- Route
/n/:name reads via src/lib/stellar/names.ts resolver.
- Renders avatar, description, socials, active meta-address, and a "Send to this name" CTA that pre-fills the Send page.
- 404-like state for unregistered or expired names.
- Open Graph and Twitter meta tags for link unfurls.
Acceptance.
Files. src/pages/NameProfile.tsx (new), src/App.tsx, src/lib/stellar/names.ts, index.html.
Tier: S (1-2 days) | Type: feature
Context. A
.wraithname today resolves to a meta-address inside the Send flow but has no public presence. Add a shareable read-only page at/n/:namethat renders the metadata (avatar, description, socials) plus a one-click Send button. Turns names into a real handle.Scope.
/n/:namereads viasrc/lib/stellar/names.tsresolver.Acceptance.
/sendwith recipient pre-filledFiles.
src/pages/NameProfile.tsx(new),src/App.tsx,src/lib/stellar/names.ts,index.html.