Browse Source

Update README.md

update/libraries
Sandwich 2 years ago
committed by GitHub
parent
commit
d15b410e95
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

6
README.md

@ -12,12 +12,11 @@ A client-side nostr network status built with Vue3, [nostr-js](https://github.co
- [x] Real-time, client-centric latency tests
- [x] Relay Identities
- [x] Static JSON API for **all** known relays shared via [/relays.json](https://nostr.watch/relays.json)
- [ ] Dynamic JSON API for **online** relays
- [ ] Detailed Relay Modal view _In Progress_
- [ ] Relay Behavior Analysis _In progress_
- [ ] NIP Checks _In progress_
- [ ] Geo Checks (build-time) _In progress_
- [ ] Optional Companion Backend for historical data, front-end gracefully degrades if inaccessible.
- [ ] 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]
@ -28,7 +27,7 @@ A client-side nostr network status built with Vue3, [nostr-js](https://github.co
## Todo [Future]
- [ ] Different views for different audiences (users, developers, relay operators)
- [ ] Badges
- [ ] Shareable Vue3 components
- [ ] Vue3 components package
## Project setup
```
@ -50,7 +49,6 @@ yarn build
yarn lint
```
### Build Docker
```
yarn docker:build

Loading…
Cancel
Save