Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/privacy-scaling-explorations/zkevm-specs


https://github.com/privacy-scaling-explorations/zkevm-specs

Last synced: about 2 months ago
JSON representation

Lists

README

        

# Zkevm Specifications

[![Python package](https://github.com/privacy-scaling-explorations/zkevm-specs/actions/workflows/python-package.yml/badge.svg)](https://github.com/privacy-scaling-explorations/zkevm-specs/actions/workflows/python-package.yml)

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

## The Written Specification

We recommend the reader to start with [Introduction](./specs/introduction.md)

## Python Executable Specification

We provide the [Beacon Chain](https://github.com/ethereum/eth2.0-specs) 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](https://github.com/privacy-scaling-explorations/zkevm-circuits)