Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
Skip to content

lambdaclass/era_vm

Repository files navigation

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