Description:
Workers and users should be able to see on-chain tip history for a worker's wallet address.
Tasks:
- Create
src/components/TransactionHistory.tsx that fetches transactions from the Stellar Horizon API for the worker's walletAddress.
- Filter for transactions involving the Market contract.
- Display: date, sender address (truncated), amount (XLM), transaction hash (linked to Stellar Expert).
- Show a "No transactions yet" empty state.
- Paginate results (10 per page).
Description:
Workers and users should be able to see on-chain tip history for a worker's wallet address.
Tasks:
src/components/TransactionHistory.tsxthat fetches transactions from the Stellar Horizon API for the worker'swalletAddress.