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 472eb82ba9 add more relays, add build scripts, update components 2 years ago
dist disbale geo foor now 2 years ago
nginx/conf.d Working refactor 2 years ago
src add more relays, add build scripts, update components 2 years ago
.dockerignore feat: add Dockerfile 3 years ago
.gitignore add more relays, add build scripts, update components 2 years ago
.prettierrc.yaml first version, reviving @rsbondi's work. 3 years ago
Dockerfile Working refactor 2 years ago
README.md Update README.md 2 years ago
babel.config.js Working refactor 2 years ago
codes.yaml fully ported to nostr-js 2 years ago
docker-compose.yaml fixed bugs 2 years ago
jsconfig.json Working refactor 2 years ago
onion.js Working refactor 2 years ago
package.json add more relays, add build scripts, update components 2 years ago
relays.yaml add more relays, add build scripts, update components 2 years ago
vue.config.js kind of working, event handler is fragile and some messages aren't coming through 2 years ago
yarn-error.log Working refactor 2 years ago

README.md

nostr-watch

A client-side nostr network status built with Vue3, jb55/nostr-js, dskvr/nostr-relay-inspector and NIP validation scripts from fiatjiaf/nostr-tools. Originally a fork of fiatfiaj/nostr-relay-registry, but completely rewritten and connection functionality was ported to jb55/nostr-js from fiatjiaf/nostr-tools.

This is a work in progress.

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

Customize configuration

See Configuration Reference.