From bd12a508298a60f2535927c8ca75c005906e625a Mon Sep 17 00:00:00 2001 From: hzrd149 <8001706+hzrd149@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:39:54 -0500 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 160b9b1..ee5eb26 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ # awesome-blossom -A collection of tools and apps build using the blossom spec +A collection of tools and apps built using the blossom spec + + +## Core + + - [Blossom spec](https://github.com/hzrd149/blossom) + +## Tools + + - [Blossom Drive](https://blossom.hzrd149.com/) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-drive)](https://github.com/hzrd149/blossom-drive) A public cloud drive built on blossom servers and nostr + - [Bouquet](https://bouquet.slidestr.net/) [![Gitea Stars](https://img.shields.io/gitea/stars/florian/bouquet?gitea_url=https%3A%2F%2Fgit.v0l.io)](https://git.v0l.io/florian/bouquet) A tool to manage your content on blossom severs (Upload, Distribution, Posting) + +## Server Implementations + + - [Satellite CDN](https://satellite.earth/cdn) [![GitHub Repo stars](https://img.shields.io/github/stars/lovvtide/satellite-cdn)](https://github.com/lovvtide/satellite-cdn) A blossom compatible gateway for Cloudflare R2 object storage + - [Blossom Server ts](https://github.com/hzrd149/blossom-server) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-server)](https://github.com/hzrd149/blossom-server) Typescript implementation of a Blossom Server + - [bun-relay](https://github.com/zapstore/bun-relay) [![GitHub Repo stars](https://img.shields.io/github/stars/zapstore/bun-relay)](https://github.com/zapstore/bun-relay) A simple nostr relay written in Javascript with a blossom server + +## Libraries + + - [blossom-client-sdk](https://www.npmjs.com/package/blossom-client-sdk) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-client-sdk)](https://github.com/hzrd149/blossom-client-sdk) A javascript client for manage blobs on blossom servers + - [blossom-server-sdk](https://www.npmjs.com/package/blossom-server-sdk) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-server-sdk)](https://github.com/hzrd149/blossom-server-sdk) A collection of javascript classes to for building blossom servers