succinctlabs / succinctx

The schelling point for ZK applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bugs when run plonky2x/core/examples case.

SuccinctPaul opened this issue · comments

commented

I tried to run the exmples/evm.rs as follow:

cargo build --examples
# build circuit
RUST_LOG=debug ../../target/debug/examples/evm build
# prove and wrap prove
RUST_LOG=debug ../../target/debug/examples/evm prove core/examples/evm.json --wrapper-path /verifier

But meet a error as below:
image

Seems like there are more steps need to do, would you like to show me?

I'm not able to generate a build itself, how were you able to generate a build @ChengYueJia ?

Screenshot 2023-11-29 at 4 51 28 PM

commented

Well, the code has been udpated a lots. I didn't meet this error in previous version.

Seems like you meet a new bug, "lack of wrapper solidity file". Better submit issue and ask the dev team.