You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Overview
Refactors blevm script to extract helpers to `blevm-common` crate, so
that proofs can be generated by reusing the helpers from a service like
`evm-prover`.
Fixes#90
## Overview
Refactors blevm script to extract helpers to `blevm-common` crate, so
that proofs can be generated by reusing the helpers from a service like
`evm-prover`.
Fixes#90
Currently https://github.com/S1nus/blevm isn't a crate so it can't be easily used by the evm-prover in #56
Proposal: Convert blevm into a crate
The text was updated successfully, but these errors were encountered: