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

Usage

The docs can be found at https://hexdocs.pm/ican.

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