Skip to content

fly49/ex_base58

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 74.7%
  • Rust 25.3%