README.md
# ExBech32
Nif for Bech32 format encoding and decoding.
It uses https://github.com/rust-bitcoin/rust-bech32 rust library
## Installation
The package can be installed by adding `ex_bech32` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_bech32, "~> 0.5"}
]
end
```
## Docs
The docs can be found at [https://hexdocs.pm/ex_bech32](https://hexdocs.pm/ex_bech32).
## Contributing
1. [Fork it!](https://github.com/ayrat555/ex_bech32)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## Author
Ayrat Badykov (@ayrat555)