diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2026-03-27 09:29:27 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2026-03-27 09:29:31 -0300 |
| commit | c6c353b94ecbb1346cd000bcfea0564690c897ae (patch) | |
| tree | b216d3312f3c730ebfda86c67d93c121c18356a5 | |
| parent | 2a77e2fdda188779f5420954ad6ff396b4578ce5 (diff) | |
nip78: a normal application-specific kind.custom-normal
| -rw-r--r-- | 78.md | 4 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 4 insertions, 1 deletions
| @@ -12,7 +12,9 @@ Even though interoperability is great, some apps do not want or do not need inte | |||
| 12 | 12 | ||
| 13 | ## Nostr event | 13 | ## Nostr event |
| 14 | 14 | ||
| 15 | This NIP specifies the use of event kind `30078` (an _addressable_ event) with a `d` tag containing some reference to the app name and context -- or any other arbitrary string. `content` and other `tags` can be anything or in any format. | 15 | This NIP specifies the use of event kinds `30078` (an _addressable_ event) with a `d` tag containing some reference to the app name and context -- or any other arbitrary string. `content` and other `tags` can be anything or in any format. |
| 16 | |||
| 17 | It also defines the kind `78` (a _normal_ event) for when the app needs to store and query multiple events of the same type. Apps should use some unique tag (even a `d` tag) for grouping these events together. | ||
| 16 | 18 | ||
| 17 | ## Some use cases | 19 | ## Some use cases |
| 18 | 20 | ||
| @@ -149,6 +149,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 149 | | `44` | Channel Mute User | [28](28.md) | | 149 | | `44` | Channel Mute User | [28](28.md) | |
| 150 | | `62` | Request to Vanish | [62](62.md) | | 150 | | `62` | Request to Vanish | [62](62.md) | |
| 151 | | `64` | Chess (PGN) | [64](64.md) | | 151 | | `64` | Chess (PGN) | [64](64.md) | |
| 152 | | `78` | Application-specific Data | [78](78.md) | | ||
| 152 | | `443` | KeyPackage | [Marmot](marmot) | | 153 | | `443` | KeyPackage | [Marmot](marmot) | |
| 153 | | `444` | Welcome Message | [Marmot](marmot) | | 154 | | `444` | Welcome Message | [Marmot](marmot) | |
| 154 | | `445` | Group Event | [Marmot](marmot) | | 155 | | `445` | Group Event | [Marmot](marmot) | |