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
$ ~/.sp1/bin/cargo-prove prove build --elf-name mock-membership-elf
error: the following required arguments were not provided:
--output-directory <OUTPUT_DIRECTORY>
Investigate the issue. It seems likely that the SP1 programs are pulling in crates that they aren't allowed to. In other words, they're pulling in crates that can't run inside SP1.
Fix the issue
The text was updated successfully, but these errors were encountered:
Context
On
main
celestia-zkevm-ibc-demo/provers/celestia-prover/README.md
Line 77 in 776f44a
Problem
That command doesn't work:
I get
unresolved import
errors if I do:cc: @ninabarbakadze
Proposal
The text was updated successfully, but these errors were encountered: