You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-40Lines changed: 28 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,57 +18,26 @@
18
18
19
19
Aligned works with EigenLayer to leverage Ethereum consensus mechanism for ZK proof verification. Working outside the EVM, this allows for cheap verification of any proving system. This enables the usage of cutting edge algorithms, that may use new techniques to prove even faster. Even more, proving systems that reduce the proving overhead and add verifier overhead, now become economically feasible to verify thanks to Aligned.
20
20
21
-
## Operator Guide
22
-
23
-
If you want to run an operator, check our [Operator Guide](./README_OPERATOR.md)
24
-
25
-
## Aligned Infrastructure Guide
26
-
27
-
If you are developing in Aligned, or want to run your own devnet, check our [Infrastructure Guide](./README_INFRASTRUCTURE.md)
28
-
29
21
## How to use the testnet
30
22
31
-
### Contract Information
32
-
33
-
Testnet contract is deployed on Holesky on the address:
34
-
35
-
```0x58F280BeBE9B34c9939C3C39e0890C81f163B623```
36
-
37
-
### How to use the testnet
38
-
39
-
Download and install Aligned to send proofs in the testnet:
23
+
1. Download and install Aligned to send proofs in the testnet:
Then run the ```source``` command that should appear in the shell
46
-
47
-
If you are experiencing issues, upgrade by running the same command.
48
-
49
-
The downloaded binaries require:
29
+
2. Then run the ```source``` command that should appear in the shell
50
30
51
-
- MacOS Arm64 (M1 or higher)
52
-
- Linux x86 with GLIBC_2.32 or superior (For example, Ubuntu 22.04 or higher)
53
31
54
-
If you don't meet these requirements, clone the repository, install rust, and then run:
55
-
56
-
```bash
57
-
make uninstall_aligned
58
-
make install_aligned_compiling
59
-
```
60
-
61
-
### Try it!
62
-
63
-
We are going to download a proof previously generated, send it to Aligned, and retrieve 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.
64
-
65
-
Download an example SP1 proof file with it's ELF file using:
32
+
3. Download an example SP1 proof file with it's ELF file using:
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.
39
+
40
+
4. Send the proof with:
72
41
73
42
```bash
74
43
rm -rf ~/.aligned/aligned_verification_data/ &&
@@ -80,7 +49,7 @@ aligned submit \
80
49
--conn wss://batcher.alignedlayer.com
81
50
```
82
51
83
-
You should get a response like this:
52
+
5.You should get a response like this:
84
53
85
54
```bash
86
55
[2024-06-17T22:06:03Z INFO aligned] Proof submitted to aligned. See the batch in the explorer:
@@ -90,7 +59,7 @@ You should get a response like this:
0 commit comments