Skip to content

Rust NIF for Base58 encoding and decoding with support of Bitcoin, Ripple, Monero and Flickr alphabets.

License

Notifications You must be signed in to change notification settings

ayrat555/ex_base58

Repository files navigation

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

the docs can be found at https://hexdocs.pm/ex_base58.

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)

About

Rust NIF for Base58 encoding and decoding with support of Bitcoin, Ripple, Monero and Flickr alphabets.

Resources

License

Stars

Watchers

Forks

Packages

No packages published