Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ React Native Expo wallet for Stellar Testnet. The app aims to feel polished and

## Documentation

- [Navigation and Feature Boundary Map](./docs/navigation-map.md) - Canonical route tree, screen ownership, shared state, cross-feature dependencies, and high-risk contributor boundaries

- [Architecture Readiness Review](./docs/architecture-readiness-review.md) - Feature boundaries, duplicated state, SDK integration blockers, security-sensitive areas, and test gaps
- [Evaluation Readiness Checklist](./docs/evaluation-readiness-checklist.md) - GrantFox contributor checklist for mobile issues, including tests, CI, screenshots, acceptance criteria, and the reminder that merge does not guarantee payment approval
- [Storage Guide](./docs/storage.md) - SecureStore vs AsyncStorage
Expand Down
Loading