commit 5bd00f910717ca01bb6dd1547cf6ed30a8f1b9ad
parent 36b9f628c76d74f86d5d6a4635cf426b42fa9191
Author: dzdidi <deniszalessky@gmail.com>
Date: Sun, 18 Sep 2022 17:30:25 +0200
docs: add refs for nostr-protocol organization
Signed-off-by: dzdidi <deniszalessky@gmail.com>
Diffstat:
M | README.md | | | 31 | ++++++++++++++++--------------- |
1 file changed, 16 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,6 @@
# [nostr-rs-relay](https://git.sr.ht/~gheartsfield/nostr-rs-relay)
-This is a [nostr](https://github.com/fiatjaf/nostr) relay, written in
+This is a [nostr](https://github.com/nostr-protocol/nostr) relay, written in
Rust. It currently supports the entire relay protocol, and has a
SQLite persistence layer.
@@ -12,20 +12,21 @@ mirrored on [GitHub](https://github.com/scsibug/nostr-rs-relay).
## Features
-NIPs with a relay-specific implementation are listed here.
-
-- [x] NIP-01: Core event model
-- [x] NIP-01: Hide old metadata events
-- [x] NIP-01: Id/Author prefix search
-- [x] NIP-02: Hide old contact list events
-- [ ] NIP-03: OpenTimestamps
-- [x] NIP-05: Mapping Nostr keys to DNS identifiers
-- [x] NIP-09: Event deletion
-- [x] NIP-11: Relay information document
-- [x] NIP-12: Generic tag search
-- [x] NIP-15: End of stored events notice
-- [x] NIP-16: Replaceable and ephemeral events
-- [x] NIP-22: Event `created_at` limits (_future-dated events only_)
+[NIPs](https://github.com/nostr-protocol/nips) with a relay-specific implementation are listed here.
+
+- [x] NIP-01: [Basic protocol flow description](https://github.com/nostr-protocol/nips/blob/master/01.md)
+ * Core event model
+ * Hide old metadata events
+ * Id/Author prefix search
+- [x] NIP-02: [Contact List and Petnames](https://github.com/nostr-protocol/nips/blob/master/02.md)
+- [ ] NIP-03: [OpenTimestamps Attestations for Events](https://github.com/nostr-protocol/nips/blob/master/03.md)
+- [x] NIP-05: [Mapping Nostr keys to DNS-based internet identifiers](https://github.com/nostr-protocol/nips/blob/master/05.md)
+- [x] NIP-09: [Event Deletion](https://github.com/nostr-protocol/nips/blob/master/09.md)
+- [x] NIP-11: [Relay Information Document](https://github.com/nostr-protocol/nips/blob/master/11.md)
+- [x] NIP-12: [Generic Tag Queries](https://github.com/nostr-protocol/nips/blob/master/12.md)
+- [x] NIP-15: [End of Stored Events Notice](https://github.com/nostr-protocol/nips/blob/master/15.md)
+- [x] NIP-16: [Event Treatment](https://github.com/nostr-protocol/nips/blob/master/16.md)
+- [x] NIP-22: [Event `created_at` limits (_future-dated events only_)](https://github.com/nostr-protocol/nips/blob/master/22.md)
## Quick Start