This directory captures the significant technical decisions made in FlowStar — what was decided, why, and what the trade-offs are. Use these records to understand the reasoning behind the current design before changing it.
| ADR | Title | Status |
|---|---|---|
| ADR-000 | ADR Template | Template |
| ADR-001 | Persistent vs Instance Storage for Streams | Accepted |
| ADR-002 | Client-Side Unlock Calculation | Accepted |
| ADR-003 | Mock Mode for Development | Accepted |
| ADR-004 | Polling vs WebSocket for Updates | Accepted |
| ADR-005 | BigInt for Token Amounts | Accepted |
| ADR-006 | Freighter-Only Wallet Strategy | Accepted |
| ADR-007 | Integer Division Dust Handling | Accepted |
- Copy
ADR-000-template.mdtoADR-NNN-short-title.md - Fill in all sections
- Add a row to the index above
- Link the ADR from the relevant code or PR for context
- Proposed — under discussion, not yet decided
- Accepted — the current approach
- Superseded by ADR-NNN — replaced by a later decision
- Deprecated — no longer relevant