ICAN
ICAN (International Crypto Account Number). An encoding for asset/crypto addresses
Ported from bchainhub/ican.js
Installation
The package can be installed by adding ican to your list of dependencies in mix.exs:
def deps do
[
{:ican, "~> 0.1.0"}
]
endUsage
The docs can be found at https://hexdocs.pm/ican.
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