Skip to content

Commit bdea05c

Browse files
committed
feat: database setup, connection and server state
1 parent a24e6de commit bdea05c

File tree

11 files changed

+499
-1
lines changed

11 files changed

+499
-1
lines changed

Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,13 @@ proof_aggregator_install: ## Install the aggregation mode with proving enabled
300300
cargo install --path aggregation_mode --features prove,gpu --bin proof_aggregator_gpu --locked
301301

302302
proof_aggregator_write_program_ids: ## Write proof aggregator zkvm programs ids
303-
@cd aggregation_mode && ./scripts/build_programs.sh
303+
@cd aggregation_mode/proof_aggregator && ./scripts/build_programs.sh
304+
305+
agg_mode_batcher_start_local:
306+
cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --bin agg_mode_batcher -- config-files/config-agg-mode-batcher.yaml
307+
308+
agg_mode_batcher_start_ethereum_package:
309+
cargo run --manifest-path ./aggregation_mode/Cargo.toml --release --bin agg_mode_batcher -- config-files/config-agg-mode-batcher-ethereum-package.yaml
304310

305311
__AGGREGATOR__: ## ____
306312

0 commit comments

Comments
 (0)