Zkevm Specifications

July 17, 2023 ยท View on GitHub

Python package

The project aims to define a validity snark proof for Ethereum transactions.

The Written Specification

We recommend the reader to start with Introduction

Python Executable Specification

We provide the Beacon Chain style Python executable specification to help implementors figure out the specified behavior.

Installing dependencies(Python 3.9 is required)

make install

Run the tests

make test

Implementations

See kroma-network/zkevm-circuits

Contents

  1. 1The Written Specification
  2. 2Python Executable Specification
  3. 3Implementations