diff options
| -rw-r--r-- | README.md | 20 |
1 files changed, 11 insertions, 9 deletions
| @@ -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 | ||
| 35 | Please update this list when proposing NIPs introducing new event kinds. | 37 | Please update this list when proposing NIPs introducing new event kinds. |
| 36 | 38 | ||