Cryptocurrency
Validate Bitcoin, Ethereum, Litecoin, and other popular cryptocurrency addresses.
Installation
Add the package to your list of dependencies in mix.exs:
def deps do
[
{:cryptocurrency, "~> 0.1.0"}
]
endand execute:
mix deps.getUsage
Documentation is published on HexDocs.
Contributing
Contributions to Cryptocurrency are always welcome! You can help in different ways:
- Open an issue with suggestions for improvements and errors you're facing;
- Fork this repository and submit a pull request;
- Improve the documentation.
Copyright
Copyright (C) 2018 Andrey Krisanov. The library is licensed and distributed under the MIT license.