There're two versions of EVM Tracing sample codes: Python, Rust.
- Go to python directory:
cd python
- Install requirements.txt:
pip install -r requirements.txt
- Run Python script in python/main.py:
python main.py
- Go to rust directory:
cd rust
- Create .env file by copying .env.example:
WSS_URL=ws://localhost:8546
- Run main.rs:
cargo run