Btw, I want to integrate blossom to Relayed as a library. S
Do I use https://github.com/hzrd149/blossom-server-sdk for that?
Just wrote an article about Blossom Drive. a new nostr app I'm building for file sharing and censorship resistant file hosting
If you want to give it a try its hosted at https://blossom.hzrd149.com/
nostr:naddr1qqxkymr0wdek7mfdv3exjan9qgszv6q4uryjzr06xfxxew34wwc5hmjfmfpqn229d72gfegsdn2q3fgrqsqqqa28e4v8zy
Btw, I want to integrate blossom to Relayed as a library. S
Do I use https://github.com/hzrd149/blossom-server-sdk for that?
yes the library provides a few classes that should help with building a blossom server
The "BlossomSQLite" class gives you a simple interface for keeping track of blobs and who owns them using an sqlite database
The "LocalStorage" and "S3Storage" classes provide a nice interface for storing the actual blobs on either the local filesystem or a remote s3 bucket