This commit is contained in:
T.Shinohara 2025-08-12 22:26:24 +00:00 committed by GitHub
commit 45add61dc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

11
78.md
View File

@ -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