0.4.0 • Published 2 years ago

blossom-client v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

🌸 Blossom Client

A javascript client for manage blobs on blossom servers

Example

import { BlossomClient } from "blossom-client";

async function signer(event) {
  return await window.nostr.signEvent(event);
}

const client = new BlossomClient("https://cdn.example.com", signer);

const blobs = await client.listBlobs();

await client.uploadBlob(new File(["testing"], "test.txt"));
0.3.0

2 years ago

0.4.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago