@nostrwatch is in heavy development. Legacy nostr.watch is in maintenance mode.
nostr.watch discovers, monitors and indexes nostr relays, and then publishes the results in the form of NIP-66. There are many shared packages between agents and clients. The ones that are useful external to nostr.watch are in ./libraries
and purpose built packages are in ./internal
.
a CONTRIBUTE.md
will exist somewhere down the road. Since it's early stage, many details are not yet established, but here some details that are:
next
. Legacy is on main
and the workflows are still functional for patches and legacy maintenance headaches. next
for early stage. Early alpha there will be long-standing branches for packages that are not yet in next. Once @nostrwatch:next
reaches beta next
will become main
and there will be trunk
branch.git clone https://github.com/sandwichfarm/nostr-watch.git
cd ./nostr-watch
yarn bootstrap
yarn install