lib

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

README (775B)


      1 # radroots_nostr
      2 
      3 This is the README for `radroots_nostr`, which provides shared Nostr protocol
      4 primitives for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * typed filters, tags, events, relay metadata, parsers, and utility helpers;
      9  * feature-gated client operations and relay-management helpers for active
     10    network use;
     11  * adapters between `radroots_events`, `radroots_events_codec`, and Nostr wire
     12    representations;
     13  * optional NIP-11 and NIP-17 support alongside `std` and `no_std` builds.
     14 
     15 ## Copyright
     16 
     17 Except as otherwise noted, all files in the `radroots_nostr` 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` distribution.