https://github.com/omnes-tech/rust-eth-abi
Rust crate that encodes parameters similarly to Solidity's `abi.encode`
https://github.com/omnes-tech/rust-eth-abi
Last synced: about 1 year ago
JSON representation
Rust crate that encodes parameters similarly to Solidity's `abi.encode`
- Host: GitHub
- URL: https://github.com/omnes-tech/rust-eth-abi
- Owner: omnes-tech
- Created: 2025-03-20T17:12:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T17:23:58.000Z (about 1 year ago)
- Last Synced: 2025-03-20T18:31:05.539Z (about 1 year ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easy to use ABI encoding and decoding functionalities for EVM blockchains
## At a Glance
### Encode functions:
- `abi_encode`
- `abi_encode_packed`
- `abi_encode_selector`
- `abi_encode_with_signature`
- `abi_encode_with_selector`
### Decode functions:
- `abi_decode`
- `abi_decode_with_signature`