rust-ethereum-abi

Ethereum Smart Contract ABI parsing library.

MIT License

Downloads
16.1K
Stars
15
Committers
3

Ethereum ABI

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

Package Rankings
Top 16.03% on Crates.io
Badges
Extracted from project README
Crates.io Docs.rs codecov