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