Packages

Etherscan.io API wrapper for Elixir. Provides access to ethereum blockchain data.

Current section

Files

Jump to
etherscan README.md
Raw

README.md

# An unofficial API wrapper for [etherscan.io](https://etherscan.io/) - WIP
[Official Documentation](https://etherscan.io/apis)
[Create API Key (optional)](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.1"}
]
end
```