mirror of
https://github.com/hzrd149/blossom.git
synced 2025-12-08 14:58:49 +00:00
497 B
497 B
Blossom Client Implementation
Upload Blob
Clients should perform the following steps when uploading blobs
- Prompt the user to sign an Authorization event for the blob
- Get the users Server Discovery
- Make a
PUT /uploadrequest with the authorization event to each server on the list
Implementations
Example implementation (Typescript) blossom-client