MoneroAddress

Library for decoding and validating Monero addresses.

Installation

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

def deps do
[
{:monero_address, "~> 1.0.0"}
]
end

Usage

MoneroAddress.decode_address!(address)

Documentation

Docs can be found at https://hexdocs.pm/monero_address.

License

MoneroAddress source code is released under MIT License. Check LICENSE file for more information.