commit c7eadb1154afc7cec64fbfd89bea7c651366cea3 parent 62dc77369d8efb5ce68a363692e08d435f651465 Author: Greg Heartsfield <scsibug@imap.cc> Date: Sun, 16 Jan 2022 08:16:42 -0600 Add feature list to README Diffstat:
M | README.md | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git 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