We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549c0c4 commit 4567c2eCopy full SHA for 4567c2e
Makefile
@@ -200,7 +200,7 @@ verify_aggregated_proof_risc0_holesky_stage:
200
--rpc_url https://ethereum-holesky-rpc.publicnode.com
201
202
install_aggregation_mode: ## Install the aggregation mode with proving enabled
203
- cargo install --path aggregation_mode --features prove
+ cargo install --path aggregation_mode --features prove --bin proof_aggregator
204
205
agg_mode_write_program_ids: ## Write proof aggregator zkvm programs ids
206
cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --bin write_program_image_id_vk_hash
0 commit comments