Merge fe055a0faf
into 7dec812f99
This commit is contained in:
commit
45add61dc3
11
78.md
11
78.md
|
@ -14,8 +14,19 @@ Even though interoperability is great, some apps do not want or do not need inte
|
|||
|
||||
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.
|
||||
|
||||
If non-replaceable events are desired, `kind 7078` may be used instead.
|
||||
|
||||
## Some use cases
|
||||
|
||||
### kind 30078
|
||||
|
||||
- User personal settings on Nostr clients (and other apps unrelated to Nostr)
|
||||
- A way for client developers to propagate dynamic parameters to users without these having to update
|
||||
- Personal private data generated by apps that have nothing to do with Nostr, but allow users to use Nostr relays as their personal database
|
||||
|
||||
### kind 7078
|
||||
|
||||
- Count the number of posts to the relay per hour
|
||||
- Bitcoin Chart
|
||||
- Check-in date and time to check-in to checkpoints as activity log
|
||||
- Chess game log
|
||||
|
|
Loading…
Reference in New Issue