README.md

# Etherscan

[![Build Status](https://travis-ci.org/l1h3r/etherscan.svg?branch=master)](https://travis-ci.org/l1h3r/etherscan)
[![Coverage Status](https://coveralls.io/repos/github/l1h3r/etherscan/badge.svg?branch=master)](https://coveralls.io/github/l1h3r/etherscan?branch=master)
[![Hex.pm](https://img.shields.io/hexpm/v/etherscan.svg?style=flat-square)](https://hex.pm/packages/etherscan)
[![Hex.pm](https://img.shields.io/hexpm/dt/etherscan.svg?style=flat-square)](https://hex.pm/packages/etherscan)

An Elixir library for the [Etherscan](https://etherscan.io/) API

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

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

## Installation

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

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

## TODO

- [x] [Event Logs](https://etherscan.io/apis#logs)
- [x] [Geth/Parity Proxy](https://etherscan.io/apis#proxy)
- [x] Better Docs (more examples)
- [ ] Sample App?