Skip to content

Releases: ExWeb3/elixir_ethers

0.0.2

24 Apr 15:56
86bb145
Compare
Choose a tag to compare

Changes

  • Include priv dir in hex package.

Full Changelog: v0.0.1...v0.0.2

v0.0.1

24 Apr 00:29
a9bbed3
Compare
Choose a tag to compare

Initial Beta release of Ethers for Elixir. This release includes the following features:

  • Contract function generation during compile time from ABIs.
  • Ability to deploy a contract with its byte-code and constructor.
  • Common contract interfaces like ERC20, ERC721, ERC777 and ERC1155. (built-ins)
  • ENS and other name services resolve functionality and contracts.
  • Implicit type conversion and common type utility functions.