Files
blossom/Client.md
hzrd149 8571ebf030 finish upload endpoint
more details on error response
2024-02-27 09:54:26 +00:00

497 B

Blossom Client Implementation

Upload Blob

Clients should perform the following steps when uploading blobs

  1. Prompt the user to sign an Authorization event for the blob
  2. Get the users Server Discovery
  3. Make a PUT /upload request with the authorization event to each server on the list

Implementations

Example implementation (Typescript) blossom-client