A reimplementation of zkSync's out-of-circuit zkEVM.
zksolc --version
should return 1.5.1.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 can be found under the docs
folder. Still a work in progress.