fix: file types
All checks were successful
Release to Production / build_and_release (push) Successful in 19s

This commit is contained in:
_ 2024-12-24 14:37:17 +00:00
parent 220ad4e5a5
commit f9a197cbb7

View File

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