https://github.com/scroll-tech/eth-tools
https://github.com/scroll-tech/eth-tools
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scroll-tech/eth-tools
- Owner: scroll-tech
- Created: 2022-06-16T23:35:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T23:35:52.000Z (over 3 years ago)
- Last Synced: 2025-04-03T21:51:13.766Z (9 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethereum tools
## Install dependency
```
pip install evmdasm
```
## Instruction
Run contract bytecode analysis tools:
```
python src/analyze_contract_opcode.py contract_address
```