this project is alpha! changes are fast and hard. branching model and tests will come with beta.
Follow me: npub1uac67zc9er54ln0kl6e4qp2y6ta3enfcg7ywnayshvlw9r5w6ehsqq99rx
A client-side nostr network status built with Vue3, Pinia, nostr-tools, nostr-js and nostr-relay-inspector.
nostr.watch aggregates data on nostr relays and the network in general to assist users, developers and relay operators.
Develop branch is deployed to https://next.nostr.watch
- Real-time relay status
- Real-time, client-centric latency tests
- Relay Identities
- Static JSON API for all known relays shared via /relays.json
- Detailed Relay View
- Relay Behavior Analysis
- NIP Checks
- Geo Checks (build-time)
- Favorite Relays
- Extension Support
- Nostr signing, individualized relay testing
- Lighting Tips to Relay Operators
- Relay Statistics
- Relay Historical Data
- Discover relays at runtime (currently buildtime, ready to move to runtime with 0.1)
- Discover geo at runtime
yarn install
Run once or whenever you want to update geo/discover relays
yarn prebuild
yarn serve
This runs prebuild every time
yarn build
yarn lint
yarn docker:build
Originally a fork of fiatjaf/nostr-relay-registry, but completely rewritten and connection functionality was ported to jb55/nostr-js.