commit e334eec3d66e174536cdb855082359fc8d4bd9f1 parent 64563e3d0057dc82ea7c1dee56d3c66988eade30 Author: triesap <tyson@radroots.org> Date: Sun, 1 Mar 2026 14:46:06 +0000 docs: update `radroots-nostr-accounts` readme Diffstat:
| A | crates/nostr-accounts/README.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/crates/nostr-accounts/README.md b/crates/nostr-accounts/README.md @@ -0,0 +1,14 @@ +# radroots-nostr-accounts + +Nostr protocol account primitives and vault interfaces for the Rad Roots SDK. + +## Goals + +- define stable account model and manager interfaces for Nostr identities +- support pluggable secret vault backends for local and keyring-backed runtimes +- keep account store and selection behavior deterministic across environments +- provide reusable account primitives for higher-level Rad Roots crates + +## License + +Licensed under AGPL-3.0. See LICENSE.