setup implementations folder

This commit is contained in:
hzrd149
2026-01-08 10:07:25 -08:00
parent 1305788e98
commit 442d5c6293
3 changed files with 233 additions and 0 deletions

13
implementations/README.md Normal file
View File

@@ -0,0 +1,13 @@
# Blossom Implementations
This directory contains possible uses and implementations of the Blossom protocol. They are not part of the official Blossom specification but provide examples and inspiration for how the protocol can be used.
## Implementations
- [Local Blossom Cache](./local-blossom-cache.md)
- [HLS Video Formatting](./hls-video-formatting.md)
## Contributions
Contributions are welcome! Documents in this directory MUST be compatible with the existing [BUDs](../buds) and should be focused on a single use case or implementation.