mirror of https://github.com/hzrd149/blossom.git
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 /upload
request with the authorization event to each server on the list
Implementations
Example implementation (Typescript) blossom-client