README.md
# ICAN
[ICAN](https://cip.coreblockchain.net/cip/cbc/cip-100/) (International Crypto Account Number). An encoding for asset/crypto addresses
Ported from [bchainhub/ican.js](https://github.com/bchainhub/ican.js)
## Installation
The package can be installed by adding `ican` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ican, "~> 0.1.0"}
]
end
```
## Usage
The docs can be found at [https://hexdocs.pm/ican](https://hexdocs.pm/ican).
## Contributing
1. [Fork it!](https://github.com/ayrat555/ican)
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