add nostr.watch, nostr-js and nostr-relay-inspector

This commit is contained in:
Sandwich 2022-11-25 12:17:55 +01:00 committed by GitHub
parent 08a1a03e9c
commit 769b89ae61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ Instances are plenty and their availability may vary but these projects track
them: them:
- [nostr relay registry](https://nostr-registry.netlify.app/) - real-time checking of status of some known relays - [nostr relay registry](https://nostr-registry.netlify.app/) - real-time checking of status of some known relays
- [nostr.info](https://nostr.info/) - real-time checking of status of some known relays - [nostr.info](https://nostr.info/) - real-time checking of status of some known relays
- [nostr.watch](http://nostr.watch) - real-time checking of status of some known relays with advanced checks.
## Clients ## Clients
- [branle](https://github.com/fiatjaf/branle) - a Twitter-like client with chat. Some instances: - [branle](https://github.com/fiatjaf/branle) - a Twitter-like client with chat. Some instances:
@ -79,6 +80,8 @@ them:
- [python-nostr](https://github.com/jeffthibault/python-nostr) - a python library for making clients - [python-nostr](https://github.com/jeffthibault/python-nostr) - a python library for making clients
- [nostr-bot](https://github.com/slaninas/nostr-bot) - a Rust library for writing bots - [nostr-bot](https://github.com/slaninas/nostr-bot) - a Rust library for writing bots
- [NostrKit](https://github.com/cnixbtc/NostrKit) - a Swift library for interacting with relays - [NostrKit](https://github.com/cnixbtc/NostrKit) - a Swift library for interacting with relays
- [nostr-js](http://github.com/jb55/nostr-js) - A javascript library for interacting with relays and relay pools.
- [nostr-relay-inspector](https://github.com/dskvr/nostr-relay-inspector) - A library that returns useful information about relays based on nostr-js
## Tools ## Tools
- [nostr registry](https://codeberg.org/rsbondi/nostr-registry) - a database of known relays with their uptime and NIP support tables - [nostr registry](https://codeberg.org/rsbondi/nostr-registry) - a database of known relays with their uptime and NIP support tables