diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2022-08-14 07:51:55 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2022-08-14 07:51:55 -0300 |
| commit | e8e380943214882a9c46bc940cff59433844719b (patch) | |
| tree | 1063e0e6cec94c8163f6b2c77a5e5e287627e8e3 | |
| parent | 418cd859fcb12dd6d4ffc5a1e00880b6039b6c09 (diff) | |
add nip 26 to readme.
| -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 | ||