From c7eadb1154afc7cec64fbfd89bea7c651366cea3 Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Sun, 16 Jan 2022 08:16:42 -0600 Subject: [PATCH] Add feature list to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bac7e72..9d0e8cc 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,17 @@ The project master repository is available on [sourcehut](https://sr.ht/~gheartsfield/nostr-rs-relay/), and is mirrored on [GitHub](https://github.com/scsibug/nostr-rs-relay). +## Features + +NIPs with relay-specific implementation requirements are listed here. + +- [x] NIP-01: Core event model +- [x] NIP-01: Hide old metadata events +- [x] NIP-02: Hide old contact list events +- [ ] NIP-03: OpenTimestamps +- [ ] NIP-09: Event deletion +- [x] NIP-11: Relay information document + ## Quick Start The provided `Dockerfile` will compile and build the server