This is a dummy EL that can be used with zk attester nodes. These nodes do not require an EL to function since they verify zkEVM proofs that attest to the validity of the execution payload.
From the ethereum-package repository root:
docker build -f dummy_el/Dockerfile -t dummy_el:local .In Kurtosis, you can add the following:
- el_type: dummy
el_image: dummy_el:local