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.
Files. src/pages/Chains.tsx (new page), src/data/chains.json (new), src/data/README.md, src/App.tsx.
Tier: M (2-4 days) | Type: feature
Context. The homepage
Chainscomponent 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.
/chainsroute with a comparison matrix (rows = chains, columns = properties).src/data/chains.json; add JSON schema entry tosrc/data/README.md.Acceptance.
/chainsroute addedFiles.
src/pages/Chains.tsx(new page),src/data/chains.json(new),src/data/README.md,src/App.tsx.