README.md

# Cryptocurrency

[![CircleCI](https://circleci.com/gh/akrisanov/cryptocurrency/tree/master.svg?style=svg)](https://circleci.com/gh/akrisanov/cryptocurrency/tree/master)
[![Coverage Status](https://coveralls.io/repos/github/akrisanov/cryptocurrency/badge.svg?branch=master)](https://coveralls.io/github/akrisanov/cryptocurrency?branch=master)

Validate Bitcoin, Ethereum, Litecoin, and other popular cryptocurrency addresses.

## Installation

Add the package to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:cryptocurrency, "~> 0.1.0"}
  ]
end
```

and execute:

```shell
mix deps.get
```

## Usage

Documentation is published on [HexDocs](https://hexdocs.pm/cryptocurrency).

## 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.