README.md

# 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`:

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

## Usage

```elixir
MoneroAddress.decode_address!(address)
```

## Documentation

Docs can be found at [https://hexdocs.pm/monero_address](https://hexdocs.pm/monero_address).

## License

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