Skip to content

Chain comparison matrix page #127

Description

@truthixify

Tier: M (2-4 days) | Type: feature

Context. The homepage Chains component lists supported networks but does not compare their trade-offs (finality, fees, stealth throughput, wallet support, availability status). Prospective integrators evaluating "which chain should I deploy Wraith on" leave the site without an answer. A dedicated matrix page turns a 15-minute Discord conversation into a link.

Scope.

  • New /chains route with a comparison matrix (rows = chains, columns = properties).
  • Properties: block time, tx fee median, finality mode, wallet ecosystem, Wraith status (live, testnet, planned), audit posture, doc link.
  • Sortable + filterable client-side.
  • Row detail expands to a per-chain paragraph.
  • Data lives in src/data/chains.json; add JSON schema entry to src/data/README.md.

Acceptance.

  • /chains route added
  • Matrix sorts on every numeric column
  • Every row has a documented data source in the JSON
  • Matrix renders without CLS on mobile (horizontal scroll container)
  • Build passes
  • Lighthouse Perf/SEO stay >= 90

Files. src/pages/Chains.tsx (new page), src/data/chains.json (new), src/data/README.md, src/App.tsx.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programcontentMarketing content / writingdripsFunded via Drips NetworkfeatureNew feature workhelp wantedExtra attention is neededstellar-waveAuto-created for Wave 8wave-8Auto-created for Wave 8wwwAuto-created for Wave 8

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions