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:
def deps do
[
{:ex_bech32, "~> 0.5"}
]
endDocs
The docs can be found at https://hexdocs.pm/ex_bech32.
Contributing
- 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
Author
Ayrat Badykov (@ayrat555)