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
Aligned is a decentralized network of nodes that verifies Zero-Knowledge and Validity proofs, and post the results in Ethereum.
17
+
Aligned is a decentralized network of nodes that verifies Zero-Knowledge and Validity proofs, and post the results in Ethereum.
19
18
20
19
These proofs can be generated and used for a tenth of the price, and with extremely low latency, allowing novel types of applications that weren't possible before in Ethereum.
If your verification data is in another path, just change the `--aligned-verification-data` parameter.
142
143
143
-
#### Using a caller contract
144
+
#### Using a caller contract
144
145
145
146
To verify a proof in your own contract, use a static call to the Aligned contract. You can use the following [Caller Contract](examples/verify/src/VerifyBatchInclusionCaller.sol) as an example. The code will look like this:
146
147
@@ -166,4 +167,4 @@ If you want to run an operator, check our [Operator Guide](./docs/operator_guide
166
167
167
168
## Aligned Infrastructure Guide
168
169
169
-
If you are developing in Aligned, or want to run your own devnet, check our [setup Aligned guide](docs/guides/3_setup_aligned.md)
170
+
If you are developing in Aligned, or want to run your own devnet, check our [setup Aligned guide](docs/guides/5_setup_aligned.md)
0 commit comments