Skip to content

Commit 0217c99

Browse files
committed
docs: aggregation mode readme
1 parent 7ff2d4c commit 0217c99

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

aggregation-mode/readme.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
11

2-
## Aligned aggregation mode
2+
# Aligned aggregation mode
33

4+
## How to run it locally
5+
6+
1. Deploy aligned contracts on anvil:
7+
```shell
8+
make deploy_aligned_contracts
9+
```
10+
11+
2. Start anvil:
12+
```shell
13+
make anvil_start_with_block_time
14+
```
15+
16+
2. Compile and run aggregator (this might take long as it uses more aggressive optimization leves):
17+
```shell
18+
cd aggregation-mode
19+
# This will compile with a mock prover
20+
cargo run --release
21+
# This will run the prover (requires powerful machine)
22+
cargo build --release --features prove
23+
```

0 commit comments

Comments
 (0)