Elixir primitives for Ethereum based development.
- Ecto compatible Ethereum types.
- A chain client.
- A wrapper around common contract interaction.
- Transaction creation.
- Simple wallet handling.
- Various Ethereum based helper functions.
Generate the package documentation with:
mix docs
- Add License.
- Rename the project.
- Add to Hex?
- Add a bunch of documentation.
Add the following to your mix.exs
:
def deps do
[
{:tt_eth, github: "tableturn/tt_eth"}
]
end