From 5f8b7e5e50d533c0bdc3c2a75703c7148fcc3655 Mon Sep 17 00:00:00 2001 From: tshinohara Date: Fri, 27 Sep 2024 09:52:20 +0900 Subject: [PATCH] Add kind 30079 in NIP-78 (#1503) --- 78.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/78.md b/78.md index abdd1b2..f500c66 100644 --- a/78.md +++ b/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. +It is assumed that `30078` replaces the event itself when retrieved by a d tag. In contrast, we define `30079` as a continuous set of data. Events with the a `d` tag are not replaced, but treated as continuous data. + ## 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 30079 + +- 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