Skip to content
Open
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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@ types/
|---|---|
| `NEXT_PUBLIC_API_URL` | Base URL of the txwatch-core API (optional) |

## Data persistence

The dashboard currently stores watched contracts and alert history in the browser with `localStorage`.

- `txwatch_contracts` stores the saved contract registry used by the dashboard and contract pages
- `txwatch_alerts` stores alert payloads shown in each contract's webhook log

This keeps local demos simple and does not require a backend account, but the data is scoped to the current browser profile. Clearing site data, switching browsers, or using another device will not carry the saved contracts or alerts with you.

## Stellar integration

This section documents how the dashboard integrates with the Stellar network and where to extend each layer.
Expand Down