Packages

Connect to the nostr network with Elixir

Current section

Files

Jump to
nostr lib nostr.ex
Raw

lib/nostr.ex

defmodule Nostr do
@moduledoc """
This library is all about adding a nice abstraction layer on top of the nostr network
Based on https://github.com/nostr-protocol/nips/
"""
end