upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/README.md b/README.md
index acf8689..988aedf 100644
--- a/README.md
+++ b/README.md
@@ -19,18 +19,20 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
19- [NIP-15: End of Stored Events Notice](15.md) 19- [NIP-15: End of Stored Events Notice](15.md)
20- [NIP-16: Event Treatment](16.md) 20- [NIP-16: Event Treatment](16.md)
21- [NIP-25: Reactions](25.md) 21- [NIP-25: Reactions](25.md)
22- [NIP-26: Relays List](26.md)
22 23
23## Event Kinds 24## Event Kinds
24 25
25| kind | description | NIP | 26| kind | description | NIP |
26|------|---------------------------|------| 27| ------ | --------------------------- | ------ |
27| 0 | Metadata | 1, 5 | 28| 0 | Metadata | 1, 5 |
28| 1 | Text | 1 | 29| 1 | Text | 1 |
29| 2 | Recommend Relay | 1 | 30| 2 | Recommend Relay | 1 |
30| 3 | Contacts | 2 | 31| 3 | Contacts | 2 |
31| 4 | Encrypted Direct Messages | 4 | 32| 4 | Encrypted Direct Messages | 4 |
32| 5 | Event Deletion | 9 | 33| 5 | Event Deletion | 9 |
33| 7 | Reaction | 25 | 34| 7 | Reaction | 25 |
35| 10001 | Relays List | 26 |
34 36
35Please update this list when proposing NIPs introducing new event kinds. 37Please update this list when proposing NIPs introducing new event kinds.
36 38