From 4b9e9d123273ba8a5c70d77df46922070c11c11d Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 25 Apr 2022 09:42:42 -0700 Subject: [PATCH] add kinds list Signed-off-by: William Casarin --- nips/README.md | 6 ++++++ nips/kinds.csv | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 nips/kinds.csv diff --git a/nips/README.md b/nips/README.md index c650883..1929de6 100644 --- a/nips/README.md +++ b/nips/README.md @@ -12,3 +12,9 @@ NIPs stand for Nostr Implementation Possibilities. They exist to document what M - [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) - [NIP-12: Generic Tag Queries](https://github.com/fiatjaf/nostr/blob/master/nips/12.md) + +## Note Kinds + +See a list of note kinds here: [kinds.csv](./kinds.csv) + +Please update this list when proposing NIPs introducing new note kinds. diff --git a/nips/kinds.csv b/nips/kinds.csv new file mode 100644 index 0000000..bd31eaf --- /dev/null +++ b/nips/kinds.csv @@ -0,0 +1,6 @@ +kind,description,nip +0,Metadata,5 +1,Text,1 +3,Contacts,2 +4,Encrypted Direct Messages,4 +5,Event Deletion,9