README (906B)
1 # radroots_nostr_signer 2 3 This is the README for `radroots_nostr_signer`, which provides transport- 4 neutral signer stores and NIP-46 handler primitives for the `radroots` core 5 libraries. 6 7 ## Overview 8 9 * backend, capability, approval, authentication, and audit models for signer 10 workflows; 11 * manager and evaluation helpers for request review and signer policy 12 decisions; 13 * shared NIP-46 codec, response, and request-session handler helpers for 14 reusable signer services; 15 * file, memory, and native SQLite stores for persisted signer state; 16 * optional native SQLite support for persistent signer services. 17 18 ## Copyright 19 20 Except as otherwise noted, all files in the `radroots_nostr_signer` 21 distribution are 22 23 Copyright (c) 2020-2026 Tyson Lupul 24 25 For information on usage and redistribution, and for a DISCLAIMER OF ALL 26 WARRANTIES, see LICENSE included in the `radroots_nostr_signer` distribution.