1 unstable release
| 0.1.0 | Dec 25, 2025 |
|---|
#524 in Debugging
57KB
1.5K
SLoC
Torge
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
Dependencies
~14–30MB
~397K SLoC