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 b9457d1 commit 0d86b52Copy full SHA for 0d86b52
Makefile
@@ -137,7 +137,7 @@ batcher_start: ./batcher/.env
137
install_batcher:
138
@cargo +nightly-2024-04-17 install --path batcher
139
140
-install_aligned_cli:
+install_aligned:
141
@cargo +nightly-2024-04-17 install --path batcher/client
142
143
build_batcher_client:
README.md
@@ -31,7 +31,7 @@ Aligned works with EigenLayer to leverage ethereum consensus mechanism for ZK pr
31
To install the batcher client to send proofs in the testnet, run:
32
33
```bash
34
-make install_batcher_client
+make install_aligned
35
```
36
37
### Run
0 commit comments