Skip to content

Elixir primitives for Ethereum.

Notifications You must be signed in to change notification settings

tableturn/tt_eth

Repository files navigation

TTEth

CI

Elixir primitives for Ethereum based development.

Features

  • Ecto compatible Ethereum types.
  • A chain client.
  • A wrapper around common contract interaction.
  • Transaction creation.
  • Simple wallet handling.
  • Various Ethereum based helper functions.

Documentation

Generate the package documentation with:

mix docs

TODO

  • Add License.
  • Rename the project.
  • Add to Hex?
  • Add a bunch of documentation.

Installation

Add the following to your mix.exs:

def deps do
  [
    {:tt_eth, github: "tableturn/tt_eth"}
  ]
end