lambdaclass / era_vm

EraVM implementation
MIT License
20 stars 3 forks source link

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