lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit 0310a81c50903f3613218e6569b96302c4bb1a2c
parent 842cf6bdca655e06374ff76bf2f38abf6a9405ad
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:08:58 +0000

docs: update `radroots-nostr` readme

Diffstat:
Mcrates/nostr/README.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/crates/nostr/README.md b/crates/nostr/README.md @@ -4,10 +4,10 @@ Nostr protocol primitives and adapter interfaces for the Rad Roots SDK. ## Goals -- provide stable Nostr types, tags, filters, and parsing helpers -- support feature-gated client, codec, HTTP, and NIP integration surfaces +- define stable interfaces for Nostr types, tags, filters, and parsing - keep event and identity adapter behavior deterministic across targets -- expose reusable Nostr primitives for higher-level Rad Roots crates +- support feature-gated client, codec, HTTP, and NIP integration surfaces +- provide reusable Nostr primitives for higher-level Rad Roots crates ## License