Skip to content

Commit f0d7ec1

Browse files
Update README.md (#484)
1 parent b1b0bb4 commit f0d7ec1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ curl -L https://raw.githubusercontent.com/yetanotherco/aligned_layer/main/batche
3737

3838
We are downloading a proof previously generated, sending it to Aligned, and retrieving the results from Ethereum Holesky testnet. Aligned is using EigenLayer to do a fast and cheap verification of more than one thousand proofs per second.
3939

40-
4. Send the proof with:
40+
4. Let's send the proof to be verified in Aligned:
4141

4242
```bash
4343
rm -rf ~/.aligned/aligned_verification_data/ &&
@@ -59,7 +59,9 @@ aligned submit \
5959
https://explorer.alignedlayer.com/batches/0x8ea98526e48f72d4b49ad39902fb320020d3cf02e6506c444300eb3619db4c13```
6060
```
6161

62-
6. You can use the link to the explorer to check the status of your transaction. Then after three blocks, you can check if it has been verified with:
62+
You can use the link to the explorer to check the status of your transaction.
63+
64+
6. After three Ethereum blocks, you can check if it has been verified with:
6365

6466
```bash
6567
aligned verify-proof-onchain \
@@ -68,6 +70,8 @@ aligned verify-proof-onchain \
6870
--chain holesky
6971
```
7072

73+
This is reading tthe result of the verification of the proof in Ethereum.
74+
7175
7. You should get this result:
7276

7377
```bash
@@ -89,7 +93,8 @@ If you don't meet these requirements, clone the repository, install rust, and th
8993
make uninstall_aligned
9094
make install_aligned_compiling
9195
```
92-
---
96+
97+
### Reading the results of the proof verification in Ethereum
9398

9499
This is the same as running the following curl, with the proper CALL_DATA.
95100

0 commit comments

Comments
 (0)