rust-ethereum-abi
rust-ethereum-abi copied to clipboard
Ethereum Smart Contract ABI parsing library.
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
- [x] JSON parsing
- [x] Function selectors (method ID)
- [x] argument encoding and decoding
ABI encoder V2
- [x] JSON parsing
- [x] Function selectors (method ID)
- [x] argument encoding and decoding
License
This project is licensed under the MIT License