The project aims to define a validity snark proof for Ethereum transactions.
We recommend the reader to start with Introduction
We provide the Beacon Chain style Python executable specification to help implementors figure out the specified behavior.
Installing dependencies
pip3 install pytest
pip3 install .
Run the tests
pytest