diff options
Diffstat (limited to '78.md')
| -rw-r--r-- | 78.md | 4 |
1 files changed, 3 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 | ||