You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
dskvr 9df1d47274 some cleanup, comment out console 2 years ago
.github/workflows cleanup, debugging 2 years ago
cache add license 2 years ago
nginx/conf.d fix refresh & update workflow 2 years ago
public dirty solution for tab state 2 years ago
scripts some cleanup, comment out console 2 years ago
src some cleanup, comment out console 2 years ago
.dockerignore feat: add Dockerfile 3 years ago
.gitignore tailwind test 2 years ago
.prettierrc.yaml first version, reviving @rsbondi's work. 3 years ago
Dockerfile buildfix 2 years ago
LICENSE Merge branch 'main' into refactor/tailwind-pinia-datamodel 2 years ago
README.md Add notice to README 2 years ago
babel.config.js use old config 2 years ago
codes.yaml fully ported to nostr-js 2 years ago
css.loaderOptions.sass openai in circles 2 years ago
docker-compose.yaml fixed bugs 2 years ago
jsconfig.json Working refactor 2 years ago
onion.js some cleanup, comment out console 2 years ago
package.json fixes, preparations. 2 years ago
postcss.config.js openai in circles 2 years ago
relays.yaml Merge branch 'release/0.1' into refactor/tailwind-pinia-datamodel 2 years ago
tailwind.config.js openai in circles 2 years ago
vue.config.js use old config 2 years ago
webpack.config.js openai in circles 2 years ago

README.md

this project is alpha! changes are fast and hard. branching model and tests will come with beta.

nostr-watch

A client-side nostr network status built with Vue3, nostr-js and nostr-relay-inspector. Goal is to produce a client-side app that collects detailed information about nostr relays and the network in general to assist users, developers and relay operators alike

Features

  • 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)
  • Optional Companion Backend for historical data and relay relief, front-end gracefully degrades if inaccessible.
  • "Best Relays for a User" and "Best Relays for a Developer" dynamic aggregate, the former based largely on a balance of Latency and NIP support, the latter based largely on NIP support. Unique results for each visitor

Todo [Road to Beta]

  • Expose all features in frontend
  • Clean codebase
  • Tests

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Build Docker

yarn docker:build

About

Originally a fork of fiatjaf/nostr-relay-registry, but completely rewritten and connection functionality was ported to jb55/nostr-js.