commit 64563e3d0057dc82ea7c1dee56d3c66988eade30
parent 853d8feb143f94b69dea7fef537db42f38696cbe
Author: triesap <tyson@radroots.org>
Date: Sun, 1 Mar 2026 14:41:27 +0000
docs: update `radroots-nostr` readme
Diffstat:
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/crates/nostr/README.md b/crates/nostr/README.md
@@ -0,0 +1,14 @@
+# radroots-nostr
+
+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
+- keep event and identity adapter behavior deterministic across targets
+- expose reusable Nostr primitives for higher-level Rad Roots crates
+
+## License
+
+Licensed under AGPL-3.0. See LICENSE.