NostrBasics

Basic structures both useful for nostr relays and clients

Takes care of:

Installation

The package can be installed by adding nostr_basics to your list of dependencies in mix.exs:

def deps do
  [
    {:nostr_basics, "~> 0.1.4"}
  ]
end