Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 898 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 898 Bytes

Ethereum ABI

Crates.io Docs.rs codecov

ethereum_abi is a Rust library to help writing code that interacts with Ethereum Smart Contracts.

Examples

See the examples folder.

Features

ABI encoder V1

  • JSON parsing
  • Function selectors (method ID)
  • argument encoding and decoding

ABI encoder V2

  • JSON parsing
  • Function selectors (method ID)
  • argument encoding and decoding

License

This project is licensed under the MIT License