diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-02-23 18:25:55 -0300 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-03-01 10:03:25 -0300 |
| commit | c4949ea7078ec96a373f77f725267b36316ee9e4 (patch) | |
| tree | 57d0c52e1845547afcf0fc1c8f47079710c7dc30 /README.md | |
| parent | b549a9809f94ca703b3b63b73cdacc5407a2edd0 (diff) | |
NIP-78: app-specific data.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -36,6 +36,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 36 | - [NIP-57: Lightning Zaps](57.md) | 36 | - [NIP-57: Lightning Zaps](57.md) |
| 37 | - [NIP-58: Badges](58.md) | 37 | - [NIP-58: Badges](58.md) |
| 38 | - [NIP-65: Relay List Metadata](65.md) | 38 | - [NIP-65: Relay List Metadata](65.md) |
| 39 | - [NIP-78: Application-specific data](78.md) | ||
| 39 | 40 | ||
| 40 | ## Event Kinds | 41 | ## Event Kinds |
| 41 | | kind | description | NIP | | 42 | | kind | description | NIP | |
| @@ -60,13 +61,14 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 60 | | 10002 | Relay List Metadata | [65](65.md) | | 61 | | 10002 | Relay List Metadata | [65](65.md) | |
| 61 | | 22242 | Client Authentication | [42](42.md) | | 62 | | 22242 | Client Authentication | [42](42.md) | |
| 62 | | 24133 | Nostr Connect | [46](46.md) | | 63 | | 24133 | Nostr Connect | [46](46.md) | |
| 64 | | 30008 | Profile Badges | [58](58.md) | | ||
| 65 | | 30009 | Badge Definition | [58](58.md) | | ||
| 63 | | 30023 | Long-form Content | [23](23.md) | | 66 | | 30023 | Long-form Content | [23](23.md) | |
| 67 | | 30078 | Application-specific Data | [78](78.md) | | ||
| 64 | | 1000-9999 | Regular Events | [16](16.md) | | 68 | | 1000-9999 | Regular Events | [16](16.md) | |
| 65 | | 10000-19999 | Replaceable Events | [16](16.md) | | 69 | | 10000-19999 | Replaceable Events | [16](16.md) | |
| 66 | | 20000-29999 | Ephemeral Events | [16](16.md) | | 70 | | 20000-29999 | Ephemeral Events | [16](16.md) | |
| 67 | | 30000-39999 | Parameterized Replaceable Events | [33](33.md) | | 71 | | 30000-39999 | Parameterized Replaceable Events | [33](33.md) | |
| 68 | | 30008 | Profile Badges | [58](58.md) | | ||
| 69 | | 30009 | Badge Definition | [58](58.md) | | ||
| 70 | 72 | ||
| 71 | ## Message types | 73 | ## Message types |
| 72 | 74 | ||