From 445ab7a8f42c07167a4f78917cb9228003fd837f Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Wed, 3 Sep 2025 15:16:08 -0400 Subject: [PATCH] readme.md --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 29d3f823..41ec5a01 100644 --- a/README.md +++ b/README.md @@ -98,21 +98,6 @@ A C library for NOSTR protocol implementation. Work in progress. **Implementation Summary:** 8 of 96+ NIPs fully implemented (8.3%) -## 📦 Blossom Protocol Support (BUD Implementation Status) - -### Blossom Upgrade Documents (Client-Side Implementation) -- [ ] [BUD-01](blossom/buds/01.md) - Blob Retrieval - GET/HEAD endpoints for blob download -- [ ] [BUD-02](blossom/buds/02.md) - Upload/Management - Blob upload, listing, and deletion -- [ ] [BUD-03](blossom/buds/03.md) - User Server Lists - Managing preferred Blossom servers (kind 10063) -- [ ] [BUD-04](blossom/buds/04.md) - Mirroring - Copying blobs between servers -- [ ] [BUD-05](blossom/buds/05.md) - Media Optimization - Trusted server processing for media -- [ ] [BUD-06](blossom/buds/06.md) - Upload Requirements - Pre-upload validation with HEAD requests -- [ ] [BUD-07](blossom/buds/07.md) - Paid Operations - Payment handling (Cashu/Lightning) -- [ ] [BUD-08](blossom/buds/08.md) - NIP-94 Metadata - File metadata tag processing -- [ ] [BUD-09](blossom/buds/09.md) - Blob Reporting - Content moderation and reporting (NIP-56) - -**Implementation Summary:** 0 of 9 client-relevant BUDs implemented (0%) -**Protocol Overview:** [Blossom README](blossom/README.md) ## 📦 Quick Start