An open API service indexing awesome lists of open source software.

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`

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`