Skip to content

Feat/stellar explorer navigation - #760

Open
vicajohn wants to merge 6 commits into
Core-Foundry:mainfrom
vicajohn:feat/stellar-explorer-navigation
Open

Feat/stellar explorer navigation#760
vicajohn wants to merge 6 commits into
Core-Foundry:mainfrom
vicajohn:feat/stellar-explorer-navigation

Conversation

@vicajohn

Copy link
Copy Markdown
Contributor

Overview

Related Issue

Closes #

Changes

Verification

closes #607

# e.g.
cd dashboard && npm test
cd listener && npm run typecheck && npm test
cd contract/contracts/hello-world && cargo test

How to Test

Checklist

  • Branch is up to date with main
  • Tests added/updated and all pass locally
  • cargo fmt --all run (if Rust changes)
  • npm run lint passes (if TypeScript changes)
  • Documentation updated if behavior changed

vicajohn added 6 commits July 25, 2026 17:35
- Add comprehensive requirements covering 10 key validation areas
- Include design with dual testing approach (unit + property-based)
- Define 8 correctness properties for formal validation
- Create 30+ actionable implementation tasks organized in 5 phases
- Target 95% line coverage and 100% branch coverage
- Add comprehensive requirements covering 15 key areas
- Include detailed design with component architecture and state management
- Document focus trap, keyboard navigation, and accessibility patterns
- Create 30+ implementation tasks across 6 phases
- Target 100% keyboard accessibility and WCAG compliance
- Add comprehensive requirements covering 15 key areas
- Include detailed design with modular architecture
- Document network detection, URL generation, validation, and caching
- Create 40+ implementation tasks across 4 phases
- Target support for Mainnet, Testnet, and Futurenet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Stellar Explorer Links for Transactions

1 participant