This is an implmention of a Nostr Relay in the Elixir programming language.
Learn more about Elixir here: https://github.com/elixir-lang/elixir
Learn more about nostr here: https://github.com/nostr-protocol/nostr
Learn more about nips here: https://github.com/nostr-protocol/nips
If available in Hex, the package can be installed
by adding extr
to your list of dependencies in mix.exs
:
def deps do
[
{:extr, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/extr.