Releases: ExWeb3/elixir_ethers
Releases · ExWeb3/elixir_ethers
0.0.2
v0.0.1
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.