From fa70c376b1013b4dcff5721685a6eefd53e1d3fe Mon Sep 17 00:00:00 2001 From: alltheseas <64376233+alltheseas@users.noreply.github.com> Date: Wed, 10 Jul 2024 01:02:46 +0300 Subject: [PATCH] Update README.md Added NIP-70 to NIP list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d83514b4..6f9a9ed6 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ damus implements the following [Nostr Implementation Possibilities][nips] - [NIP-25: Reactions][NIP25] - [NIP-42: Authentication of clients to relays][nip42] - [NIP-56: Reporting][nip56] +- [NIP-70: Protected Events][nip70] [nips]: https://github.com/nostr-protocol/nips [nip01]: https://github.com/nostr-protocol/nips/blob/master/01.md @@ -51,7 +52,7 @@ damus implements the following [Nostr Implementation Possibilities][nips] [nip25]: https://github.com/nostr-protocol/nips/blob/master/25.md [nip42]: https://github.com/nostr-protocol/nips/blob/master/42.md [nip56]: https://github.com/nostr-protocol/nips/blob/master/56.md - +[nip70]: https://github.com/nostr-protocol/nips/blob/protected-events-tag/70.md ## Getting Started on Damus