Skip to content

Implement Transaction Status Tracker Component #76

@KuchiMercy

Description

@KuchiMercy

Complexity: Medium (150 points)

Description

Create a component that tracks and displays Stellar transaction status with real-time updates.

Requirements and Context

Users need visibility into blockchain transaction status
Must show pending, confirmed, failed states
Should link to Stellar explorer for details
Used after funding, releasing, or any on-chain action

Suggested Execution

Create TransactionTracker.tsx in apps/frontend/components/stellar/
Implement polling for transaction status
Show progress steps (submitted → pending → confirmed)
Add Stellar explorer link
Handle transaction failures gracefully

Test and Commit

Test status polling functionality
Test all status states render correctly
Verify explorer links work

Example Commit Message

feat(frontend): add Stellar transaction status tracker component

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions