Etherscan
An Elixir library for the Etherscan API
Installation
If available in Hex, the package can be installed
by adding etherscan to your list of dependencies in mix.exs:
def deps do
[
{:etherscan, "~> 0.1.5"}
]
end
TODO
- Event Logs
- Geth/Parity Proxy
- Better Docs (more examples)
- Sample App?