evm-trace
Ethereum Virtual Machine transaction tracing tool
File Explorer
Download Latest Version (.zip)- bug.md
- feature.md
- work-item.md
- commitlint.yaml
- draft.yaml
- prtitle.yaml
- publish.yaml
- test.yaml
- PULL_REQUEST_TEMPLATE.md
- release-drafter.yml
- __init__.py
- base.py
- display.py
- enums.py
- gas.py
- geth.py
- parity.py
- py.typed
- vmtrace.py
- call.json
- delegate_call.json
- frame.json
- mutable_call.json
- static_call.json
- call.json
- create2_structlogs.json
- create_call.json
- structlogs.json
- call.json
- create.json
- create2.json
- create_revert.json
- error.json
- revert.json
- revert_with_message.json
- selfdestruct.json
- __init__.py
- conftest.py
- expected_traces.py
- test_base.py
- test_enums.py
- test_gas.py
- test_geth.py
- test_parity.py
- .gitignore
- .pre-commit-config.yaml
- CONTRIBUTING.md
- LICENSE
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ApeWorX/evm-trace
Downloads the entire project code from GitHub to your computer.
cd evm-trace
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install evm-trace
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install evm-trace
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
