Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tableturn/tt_eth
Elixir primitives for Ethereum.
https://github.com/tableturn/tt_eth
Last synced: 1 day ago
JSON representation
Elixir primitives for Ethereum.
- Host: GitHub
- URL: https://github.com/tableturn/tt_eth
- Owner: tableturn
- Created: 2022-08-02T09:37:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T08:59:54.000Z (8 months ago)
- Last Synced: 2024-04-02T10:07:57.023Z (8 months ago)
- Language: Elixir
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TTEth
![CI](https://github.com/tableturn/tt_eth/actions/workflows/main.yml/badge.svg)
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:
```bash
mix docs
```## TODO
- Add License.
- Rename the project.
- Add to Hex?
- Add a bunch of documentation.## Installation
Add the following to your `mix.exs`:
```elixir
def deps do
[
{:tt_eth, github: "tableturn/tt_eth"}
]
end
```