CLI tool to produce Foundry-style traces for EVM transactions through debug_traceTransaction RPC requests.
From crates.io:
cargo install torgeFrom source:
cargo install --path .Basic usage:
torge tx 0x1234...abcd --rpc-url http://localhost:8545With Foundry alias:
torge tx 0x1234...abcd --rpc-url ethereumWith selector resolution:
torge tx 0x1234...abcd --rpc-url http://localhost:8545 --resolve-selectorsWith argument decoding, calldata, and events:
torge tx 0x1234...abcd --resolve-selectors --include-args --include-calldata --include-logs