Problem
Users have no way to see their on-chain transaction
history in the web app.
What To Build
Build /history page with:
- Transaction timeline (most recent first)
- Filter controls (by type, date range, status)
- CSV export
- Expandable transaction details
- Pending transactions section
Files To Touch
- src/pages/History.tsx (new)
- src/services/history.service.ts (new)
- src/router/index.tsx
Acceptance Criteria
Mandatory Checks Before PR
Problem
Users have no way to see their on-chain transaction
history in the web app.
What To Build
Build /history page with:
Files To Touch
Acceptance Criteria
Mandatory Checks Before PR