-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
Description
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
Reactions are currently unavailable