lib

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

README (738B)


      1 # radroots_nostr_connect
      2 
      3 This is the README for `radroots_nostr_connect`, which provides NIP-46
      4 connection and URI models for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * request and response message types for Nostr Connect exchanges;
      9  * method, permission, and pending-connection outcome models;
     10  * bunker and client URI parsing and formatting helpers;
     11  * portable shared models with optional serialization and TypeScript export
     12    support.
     13 
     14 ## Copyright
     15 
     16 Except as otherwise noted, all files in the `radroots_nostr_connect`
     17 distribution are
     18 
     19  Copyright (c) 2020-2026 Tyson Lupul
     20 
     21 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     22 WARRANTIES, see LICENSE included in the `radroots_nostr_connect` distribution.