Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.32 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.32 KB

EraVM

A reimplementation of zkSync's out-of-circuit zkEVM.

Requirements

Testing

Run

make deps

to fetch the era-compiler-tester test suite and install all the zkSync LLVM dependencies.

Then do

make test

to run all tests.

Documentation

Documentation can be found under the docs folder. Still a work in progress.

Useful references