torge

Crates.iotorge
lib.rstorge
version0.1.0
created_at2025-12-25 16:48:32.125307+00
updated_at2025-12-25 16:48:32.125307+00
descriptionCLI tool to produce Foundry-style traces for EVM transactions through debug_traceTransaction RPC requests
homepagehttps://github.com/tinom9/torge
repositoryhttps://github.com/tinom9/torge
max_upload_size
id2004732
size144,962
Tino Martínez Molina (tinom9)

documentation

README

Torge

Crates.io License: MIT

CLI tool to produce Foundry-style traces for EVM transactions through debug_traceTransaction RPC requests.

Installation

From crates.io:

cargo install torge

From source:

cargo install --path .

Usage

Trace a transaction

Basic usage:

torge tx 0x1234...abcd --rpc-url http://localhost:8545

With Foundry alias:

torge tx 0x1234...abcd --rpc-url ethereum

With selector resolution:

torge tx 0x1234...abcd --rpc-url http://localhost:8545 --resolve-selectors

With argument decoding, calldata, and events:

torge tx 0x1234...abcd --resolve-selectors --include-args --include-calldata --include-logs
Commit count: 0

cargo fmt