mirror of
https://github.com/hzrd149/awesome-blossom.git
synced 2025-12-09 15:18:49 +00:00
12
README.md
12
README.md
@@ -1,8 +1,8 @@
|
|||||||
# awesome-blossom
|
# Awesome Blossom
|
||||||
A collection of tools and apps built using the blossom spec
|
|
||||||
|
|
||||||
|
A collection of tools and apps built using the Blossom spec
|
||||||
|
|
||||||
## Core
|
## Protocol specs
|
||||||
|
|
||||||
- [Blossom spec](https://github.com/hzrd149/blossom)
|
- [Blossom spec](https://github.com/hzrd149/blossom)
|
||||||
|
|
||||||
@@ -13,7 +13,7 @@ A collection of tools and apps built using the blossom spec
|
|||||||
- [blossom](https://git.fiatjaf.com/blossom) A CLI util for all things blossom
|
- [blossom](https://git.fiatjaf.com/blossom) A CLI util for all things blossom
|
||||||
- [Blossom Uploader CLI](https://github.com/girino/blossom-cli) Blossom Uploader CLI is a command-line tool for uploading, downloading, and listing files on a Blossom server.
|
- [Blossom Uploader CLI](https://github.com/girino/blossom-cli) Blossom Uploader CLI is a command-line tool for uploading, downloading, and listing files on a Blossom server.
|
||||||
- [nostr-http-openapi](https://github.com/chebizarro/nostr-http-openapi) OpenAPI specs for blossom endpoints
|
- [nostr-http-openapi](https://github.com/chebizarro/nostr-http-openapi) OpenAPI specs for blossom endpoints
|
||||||
- [Blossom Aduit](https://blossom.hzrd149.com/) [](https://github.com/hzrd149/blossom-audit) A cli tool for auditing blossom servers
|
- [Blossom Aduit](https://blossom.hzrd149.com/) [](https://github.com/hzrd149/blossom-audit) A CLI tool for auditing blossom servers
|
||||||
|
|
||||||
## Server Implementations
|
## Server Implementations
|
||||||
|
|
||||||
@@ -22,16 +22,18 @@ A collection of tools and apps built using the blossom spec
|
|||||||
- [bun-relay](https://github.com/zapstore/bun-relay) [](https://github.com/zapstore/bun-relay) A simple nostr relay written in Javascript with a blossom server
|
- [bun-relay](https://github.com/zapstore/bun-relay) [](https://github.com/zapstore/bun-relay) A simple nostr relay written in Javascript with a blossom server
|
||||||
- [route96](https://git.v0l.io/Kieran/route96) [](https://git.v0l.io/Kieran/route96) Rust implementation of a Blossom Server that also suppprts NIP-96
|
- [route96](https://git.v0l.io/Kieran/route96) [](https://git.v0l.io/Kieran/route96) Rust implementation of a Blossom Server that also suppprts NIP-96
|
||||||
- [Servus](https://github.com/servuscms/servus) [](https://github.com/servuscms/servus) - A self-contained, single executable, CMS/blogging engine reminiscent of Jekyll which also acts as a personal Nostr relay and Blossom server. Written in Rust.
|
- [Servus](https://github.com/servuscms/servus) [](https://github.com/servuscms/servus) - A self-contained, single executable, CMS/blogging engine reminiscent of Jekyll which also acts as a personal Nostr relay and Blossom server. Written in Rust.
|
||||||
- [cf-worker-blossom-server](https://git.v0l.io/florian/cf-worker-blossom-server) [](https://git.v0l.io/florian/cf-worker-blossom-server) A blossom server writting using Cloudflare components (Workers, KV, R2)
|
- [cf-worker-blossom-server](https://git.v0l.io/florian/cf-worker-blossom-server) [](https://git.v0l.io/florian/cf-worker-blossom-server) A blossom server written with Cloudflare components (Workers, KV, R2)
|
||||||
- [Go Blossom Server](https://github.com/sebdeveloper6952/blossom-server) [](https://github.com/sebdeveloper6952/blossom-server) Blossom Server & Client written in Golang
|
- [Go Blossom Server](https://github.com/sebdeveloper6952/blossom-server) [](https://github.com/sebdeveloper6952/blossom-server) Blossom Server & Client written in Golang
|
||||||
- [Nostrcheck-server](https://github.com/quentintaranpino/nostrcheck-api-ts) [](https://github.com/quentintaranpino/nostrcheck-api-ts) TypeScript Blossom server that also supports NIP-96, NIP-05 and other sovereign tools, easy installation with docker-compose.
|
- [Nostrcheck-server](https://github.com/quentintaranpino/nostrcheck-api-ts) [](https://github.com/quentintaranpino/nostrcheck-api-ts) TypeScript Blossom server that also supports NIP-96, NIP-05 and other sovereign tools, easy installation with docker-compose.
|
||||||
- [Blossom for Cloudron](https://git.nostrdev.com/stuff/blossom-cloudron) [](https://git.nostrdev.com/stuff/blossom-cloudron) Packaging Blossom for Cloudron app servers
|
- [Blossom for Cloudron](https://git.nostrdev.com/stuff/blossom-cloudron) [](https://git.nostrdev.com/stuff/blossom-cloudron) Packaging Blossom for Cloudron app servers
|
||||||
- [cherry-server](https://github.com/0xtrr/cherry-server) [](https://github.com/0xtrr/cherry-server) A media server based on the Blossom protocol
|
- [cherry-server](https://github.com/0xtrr/cherry-server) [](https://github.com/0xtrr/cherry-server) A media server based on the Blossom protocol
|
||||||
|
- [Alienos](https://github.com/dezh-tech/alienos) [](https://github.com/dezh-tech/alienos) A golang relay with a built-in managable blossom server.
|
||||||
|
|
||||||
## Libraries
|
## Libraries
|
||||||
|
|
||||||
- [blossom-client-sdk](https://www.npmjs.com/package/blossom-client-sdk) [](https://github.com/hzrd149/blossom-client-sdk) A javascript client for manage blobs on blossom servers
|
- [blossom-client-sdk](https://www.npmjs.com/package/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) [](https://github.com/hzrd149/blossom-server-sdk) A collection of javascript classes to for building blossom servers
|
- [blossom-server-sdk](https://www.npmjs.com/package/blossom-server-sdk) [](https://github.com/hzrd149/blossom-server-sdk) A collection of javascript classes to for building blossom servers
|
||||||
|
- [blob-store](https://github.com/kehiy/blobstore) [](https://github.com/kehiy/blobstore) A collection of file storage interfaces specifically designed for storing blossom blobs using khatru.
|
||||||
|
|
||||||
|
|
||||||
## Available blossom servers
|
## Available blossom servers
|
||||||
|
|||||||
Reference in New Issue
Block a user