Skip to content

tinom9/torge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages