0xEigenLabs / eigen-prover

Eigen zkVM's Proving Service
33 stars 9 forks source link

Replace zkvm-node with Rust StateDB #59

Closed eigmax closed 5 months ago

0x1900matrix commented 6 months ago

eigen-prover implements three modules: executor, prover, and statedb. At present, eigen-prover has completed the integration testing of executor, prover and cpp-statedb. Next, cpp-statedb needs to be replaced with rust-statedb as the storage backend.