Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

privacy-scaling-explorations/zkevm-specs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6058c68 · Jul 5, 2024
Mar 11, 2022
Apr 10, 2024
Feb 26, 2024
Feb 26, 2024
Feb 15, 2022
Apr 6, 2022
May 30, 2023
Jul 5, 2024
Feb 15, 2022
Nov 27, 2023

Repository files navigation

Archiving notice

This repository is no longer maintained. For details, please refer to the README on zkevm-circuits

[Deprecated] Zkevm Specifications

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 privacy-scaling-explorations/zkevm-circuits