README.md

# An unofficial API wrapper for [etherscan.io](https://etherscan.io/) - WIP

[Official Documentation](https://etherscan.io/apis)

[Create API Key](https://etherscan.io/myapikey)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `etherscan` to your list of dependencies in `mix.exs`:

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