Skip to content

[App] Implement Stellar transaction history on worker profile #60

@Lex-Studios

Description

@Lex-Studios

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Stellar WaveIssues in the Stellar wave program

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions