ExBase58
Rust NIF for Base58 encoding and decoding with support of Bitcoin, Ripple, Monero and Flickr alphabets.
It uses https://github.com/mycorrhiza/bs58-rs rust library
Installation
The package can be installed by adding ex_base58 to your list of dependencies in mix.exs:
def deps do
[
{:ex_base58, "~> 0.6"}
]
endthe docs can be found at https://hexdocs.pm/ex_base58.
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)