transaction-decoder 0.1.3

A CLI tool for decoding Ethereum transactions
transaction-decoder-0.1.3 is not a library.
Visit the last successful build: transaction-decoder-0.1.13

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>

Example

transaction-decoder 0x1234... --rpc-url https://mainnet.infura.io/v3/YOUR-API-KEY