lib

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

commit f1a5f578a71f98b6c4cfaa2bcb7dff18329bc293
parent 23a1be9a2a00f6c47478c575d818a87b016c56f1
Author: triesap <tyson@radroots.org>
Date:   Sun,  1 Mar 2026 14:32:35 +0000

docs: update `radroots-events` readme

Diffstat:
Acrates/events/README.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/crates/events/README.md b/crates/events/README.md @@ -0,0 +1,14 @@ +# radroots-events + +Nostr event models, kinds, and tag helpers for the Rad Roots SDK. + +## Goals + +- define canonical event shapes for Rad Roots domain records +- keep kind and tag encoding rules deterministic across targets +- support feature-gated serialization and type export for SDK consumers +- provide stable event primitives for codec and runtime crates + +## License + +Licensed under AGPL-3.0. See LICENSE.