zkEVM Harness
June 5, 2025 ยท View on GitHub
Installation
Prerequsites: python >= 3.10, uv.
make build
pip install dist/*.whl
For Developers
Use make to run common tasks (see the Makefile for a complete list of available targets).
make build: Build wheelmake check: Check code stylemake format: Format codemake test-unit: Run unit testsmake test-integration: Run integration tests