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
Polygon AggLayer is a web service that receives zero-knowledge proofs from different CDK chains and checks their soundness before sending the proof to L1 for verification.
2
+
3
+
!!! important
4
+
Polygon manages the AggLayer in production at the current time.
5
+
6
+
!!! warning
7
+
- The AggLayer is in development and subject to architectural changes.
8
+
- The code is still being audited.
9
+
10
+
## Configure the AggLayer
11
+
12
+
To configure the AggLayer to integrate with external CDK chains, each one requires an RPC node configuration.
13
+
14
+
Add the chain configurations to the `../agglayer/docker/data/agglayer.toml` file by amending the following details to add the required chain(s).
15
+
16
+
* Configure `[FullNodeRPCs]` to point to the corresponding L2 full node.
17
+
* Configure `[L1]` to point to the corresponding L1 chain.
18
+
* Configure the `[DB]` section with the managed database details.
19
+
20
+
## Run a local AggLayer
21
+
22
+
The following instructions are for users who may like to test and run a local installation of the AggLayer for research purposes.
23
+
24
+
### Prerequisites
25
+
26
+
Make sure you have the following software installations.
0 commit comments