From 9b29745245c2958b152fcf07a7bfc25cf6c7eae2 Mon Sep 17 00:00:00 2001 From: Heebs Date: Tue, 25 Jan 2022 11:19:36 -0500 Subject: [PATCH] Adding table of contents --- nips/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nips/README.md b/nips/README.md index 46ddbbb..35d320b 100644 --- a/nips/README.md +++ b/nips/README.md @@ -1,3 +1,13 @@ # NIPs NIPs stand for Nostr Implementation Possibilities. They exist to document what MUST, what SHOULD and what MAY be implemented by Nostr-compatible _relay_ and _client_ software. + +- [NIP-01: Basic protocol flow description](https://github.com/fiatjaf/nostr/blob/master/nips/01.md) +- [NIP-02: Contact List and Petnames](https://github.com/fiatjaf/nostr/blob/master/nips/02.md) +- [NIP-03: OpenTimestamps Attestations for Events](https://github.com/fiatjaf/nostr/blob/master/nips/03.md) +- [NIP-04: Encrypted Direct Message](https://github.com/fiatjaf/nostr/blob/master/nips/04.md) +- [NIP-05: Mapping Nostr keys to DNS-based internet identifiers](https://github.com/fiatjaf/nostr/blob/master/nips/05.md) +- [NIP-06: Basic key derivation from mnemonic seed phrase](https://github.com/fiatjaf/nostr/blob/master/nips/06.md) +- [NIP-08: Handling Mentions](https://github.com/fiatjaf/nostr/blob/master/nips/08.md) +- [NIP-09: Event Deletion](https://github.com/fiatjaf/nostr/blob/master/nips/09.md) +- [NIP-11: Relay Information Document](https://github.com/fiatjaf/nostr/blob/master/nips/11.md)