9 releases
new 0.1.8 | Apr 22, 2025 |
---|---|
0.1.7 | Apr 21, 2025 |
0.1.1 | Dec 26, 2024 |
#531 in Magic Beans
826 downloads per month
33KB
733 lines
Transaction Decoder CLI
This crate is a binary CLI tool for decoding Ethereum transactions.
See the CLI help: transaction-decoder --help
Transaction Decoder
A CLI tool for decoding EVM transactions.
Features
- Decodes EVM transaction input data dynamically.
- Supports legacy, EIP-2930, EIP-1559, and EIP-4844 transactions.
- Fetches function signatures and names.
Installation
Install the CLI via Cargo:
cargo install transaction-decoder
Usage
transaction-decoder <TRANSACTION_HASH> --rpc-url <RPC_URL> --logs
Example
transaction-decoder 0x1234... --rpc-url https://mainnet.infura.io/v3/YOUR-API-KEY --logs
Dependencies
~15–27MB
~407K SLoC