Skip to content

Commit 927e96e

Browse files
authored
add: Blossom-based Media Storage (#28)
Vector has transitioned from NIP-96 Media Storage to Blossom Protocol, allowing interoperable, cross-client, cross-server Media Storage with ease, both encrypted and public files are now based on Blossom for maximum decentralisation and censorship-resistance.
1 parent 7f9d4f0 commit 927e96e

8 files changed

Lines changed: 545 additions & 456 deletions

File tree

src-tauri/Cargo.lock

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ tauri-build = { version = "2.2.0", features = [] }
2323

2424
[dependencies]
2525
#tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
26-
nostr-sdk = { version = "0.43", features = ["nip04", "nip06", "nip44", "nip59", "nip96"] }
26+
nostr-sdk = { version = "0.43", features = ["nip04", "nip06", "nip44", "nip59"] }
27+
nostr-blossom = "0.43.0"
2728
mdk-core = { git = "https://github.com/parres-hq/mdk", rev = "fb86a349" }
2829
mdk-sqlite-storage = { git = "https://github.com/parres-hq/mdk", rev = "fb86a349" }
2930
mdk-storage-traits = { git = "https://github.com/parres-hq/mdk", rev = "fb86a349" }

0 commit comments

Comments
 (0)