Problem
Stream events in the drawer show transaction hashes as plain text. Clicking them should open the Stellar Expert explorer.
Scope
Render all transaction hashes in the event history as clickable links to https://stellar.expert/explorer/testnet/tx/<hash>.
Acceptance criteria
- All
txHash values rendered as links to Stellar Expert testnet
- Links open in new tab with
rel='noopener noreferrer'
- Hash displayed truncated (first 8 + last 8 chars) with full hash in tooltip
- Vitest test asserts correct href for a mock transaction hash
Complexity: Easy · 50 points
Problem
Stream events in the drawer show transaction hashes as plain text. Clicking them should open the Stellar Expert explorer.
Scope
Render all transaction hashes in the event history as clickable links to
https://stellar.expert/explorer/testnet/tx/<hash>.Acceptance criteria
txHashvalues rendered as links to Stellar Expert testnetrel='noopener noreferrer'Complexity: Easy · 50 points