| Crates.io | torge |
| lib.rs | torge |
| version | 0.1.0 |
| created_at | 2025-12-25 16:48:32.125307+00 |
| updated_at | 2025-12-25 16:48:32.125307+00 |
| description | CLI tool to produce Foundry-style traces for EVM transactions through debug_traceTransaction RPC requests |
| homepage | https://github.com/tinom9/torge |
| repository | https://github.com/tinom9/torge |
| max_upload_size | |
| id | 2004732 |
| size | 144,962 |
CLI tool to produce Foundry-style traces for EVM transactions through debug_traceTransaction RPC requests.
From crates.io:
cargo install torge
From source:
cargo install --path .
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