/ex_bech32

Nif for Bech32 format encoding and decoding (used for native segregated witness output addresses in btc).

Primary LanguageElixirMIT LicenseMIT

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.6"}
  ]
end

Docs

The docs can be found at https://hexdocs.pm/ex_bech32.

Contributing

  1. Fork it!
  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)