Btw, I want to integrate blossom to Relayed as a library. S

Do I use https://github.com/hzrd149/blossom-server-sdk for that?

Reply to this note

Please Login to reply.

Discussion

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