This packages implements a verifier for the Jolt prover which can run in the EVM.
To run the tests you must install both the rust dependencies and also those for solidity.
First build the rust integration scripts as they will be run to get examples for the integration tests.
$ cargo build --manifest-path script/Cargo.toml --release
Then we can build the solidity contracts with:
$ forge build --deny-warnings
You must run the tests with FFI as it is used to run the rust programs which get proofs for the integration tests
$ forge test --via-ir --ffi