File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed
Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 551 . Deploy aligned contracts on anvil:
66
77``` shell
8- make deploy_aligned_contracts
8+ make anvil_deploy_risc0_contracts
9+ make anvil_deploy_sp1_contracts
10+ make anvil_deploy_aligned_contracts
911```
1012
11132 . Start anvil:
1214
1315``` shell
14- make anvil_start_with_block_time
16+ make anvil_start
1517```
1618
17193 . Start batcher
@@ -20,29 +22,38 @@ make anvil_start_with_block_time
2022make start_batcher_local
2123```
2224
23- 4 . Send SP1 proofs:
25+ 4 . Send SP1/Risc0 proofs:
2426
2527``` shell
2628make batcher_send_sp1_burst
29+ make batcher_send_risc0_burst
2730```
2831
32+ Notes:
33+
34+ - For SP1 only ` compressed ` proofs are supported
35+ - For Risc0 both ` succinct ` and ` composite ` proofs are supported.
36+
29375 . Start proof aggregator:
3038
3139``` shell
3240# This will not run a real prover but a mocked one see below to run a real prover
33- make start_proof_aggregator_local
41+ make start_proof_aggregator_dev AGGREGATOR= " sp1|risc0 "
3442```
3543
3644or
3745
3846``` shell
39- make start_proof_aggregator_local_with_proving
47+ make start_proof_aggregator AGGREGATOR= " sp1|risc0 "
4048```
4149
42- Note: Proving can be quite slow without GPUs, to activate gpu run:
50+ Notes:
51+
52+ - Stark2Snark is only supported for x86 architecture in Risc0, so you won't be able to run the risc0 aggregator on Apple Silicon.
53+ - Proving can be quite slow without GPUs, to activate gpu run:
4354
4455``` shell
45- make start_proof_aggregator_local_with_proving_gpu
56+ make start_proof_aggregator_gpu AGGREGATOR= " sp1|risc0 "
4657```
4758
4859### Check the logs
You can’t perform that action at this time.
0 commit comments