README.md
# 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`:
```elixir
def deps do
[
{:ex_base58, "~> 0.6"}
]
end
```
the docs can be found at <https://hexdocs.pm/ex_base58>.
## Contributing
1. [Fork it!](https://github.com/ayrat555/ex_base58)
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)