From f9a197cbb7c1091a8091ded46eabd8bfb1c159ee Mon Sep 17 00:00:00 2001 From: _ <> Date: Tue, 24 Dec 2024 14:37:17 +0000 Subject: [PATCH] fix: file types --- technical.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/technical.md b/technical.md index 5b137b4..aa70c04 100644 --- a/technical.md +++ b/technical.md @@ -100,3 +100,13 @@ A `Kind 30078` is also created, which contains a link to the blossom server, and NIP-78 requires a d-tag to provide some application context. To avoid revealing metadata, the d tag will be the first 32 chars of the encrypted result of the string "938" plus the users npub. +## File Types + +All data is stored either on the relay(s) or on the blossome server(s). File types include the following: + + +* App Metadata Event - the kind 30078 (NIP-78) that lives on the relay +* App Data Object - the encrypted JSON file that lives on the blossom server +* Sigit Data Object - the encrypted meta.json file that lives on blossom +* Sigit Files Zip - the encrypted zip file with all the unchanged files, that lives on blossom +* Sigit Notification Event - the NIP-17 nostr event that lives on the relay