Skip to content

Sample scripts using EVM Tracing in Python and Rust

Notifications You must be signed in to change notification settings

0xgeorgemathew/evm-tracing-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

EVM Tracing sample code

There're two versions of EVM Tracing sample codes: Python, Rust.

Python version:

  1. Go to python directory:
cd python
  1. Install requirements.txt:
pip install -r requirements.txt
  1. Run Python script in python/main.py:
python main.py

Rust version:

  1. Go to rust directory:
cd rust
  1. Create .env file by copying .env.example:
WSS_URL=ws://localhost:8546
  1. Run main.rs:
cargo run

Reference:

About

Sample scripts using EVM Tracing in Python and Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%