lib

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

README (934B)


      1 # radroots_nostr_accounts
      2 
      3 This is the README for `radroots_nostr_accounts`, which provides account models
      4 and vault-backed stores for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * account, selection, and store-state models for working Nostr identities;
      9  * manager and store layers for file-backed and in-memory account persistence
     10    under `std`;
     11  * shared bootstrap helpers for local account stores backed by protected files
     12    and runtime-selected secret vaults;
     13  * vault integrations through `radroots_secret_vault`, including memory and OS
     14    keyring backends;
     15  * optional nostrdb bridge helpers for account registration and lookup.
     16 
     17 ## Copyright
     18 
     19 Except as otherwise noted, all files in the `radroots_nostr_accounts`
     20 distribution are
     21 
     22  Copyright (c) 2020-2026 Tyson Lupul
     23 
     24 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     25 WARRANTIES, see LICENSE included in the `radroots_nostr_accounts` distribution.