Skip to content

Commit f8e083e

Browse files
update the agglayer how to
1 parent f08293d commit f8e083e

File tree

3 files changed

+6
-90
lines changed

3 files changed

+6
-90
lines changed

docs/cdk/how-to/configure-agglayer.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
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.
1+
Polygon AggLayer is a web service that receives zero-knowledge proofs from multiple CDK chains and checks their soundness before sending them on to the L1 for verification.
22

33
!!! important
4-
Polygon manages the AggLayer in production at the current time.
4+
- Polygon manages the AggLayer in production at the current time.
55

66
!!! warning
77
- The AggLayer is in development and subject to architectural changes.
88
- The code is still being audited.
99

1010
## Configure the AggLayer
1111

12-
To configure the AggLayer to integrate with external CDK chains, each one requires an RPC node configuration.
12+
The AggLayer integrates with external CDK chains using an RPC node configuration for each chain.
1313

14-
Add the chain configurations to the `../agglayer/docker/data/agglayer.toml` file by amending the following details to add the required chain(s).
14+
Add the respective chain configurations to the [`../agglayer/docker/data/agglayer.toml`](https://github.com/0xPolygon/agglayer/blob/main/docker/data/agglayer/agglayer.toml) file by amending the following details to add the required chain(s).
1515

1616
* Configure `[FullNodeRPCs]` to point to the corresponding L2 full node.
1717
* Configure `[L1]` to point to the corresponding L1 chain.
@@ -28,7 +28,6 @@ Make sure you have the following software installations.
2828
- [Docker](https://docs.docker.com/engine/install/)
2929
- [Docker Compose](https://docs.docker.com/compose/install/)
3030
- [Golang](https://go.dev/doc/install)
31-
- [GCloud cli](https://cloud.google.com/sdk/docs/install) - production only.
3231

3332
### Clone the repo.
3433

docs/cdk/how-to/integrate-agglayer.md

Lines changed: 0 additions & 83 deletions
This file was deleted.

docs/cdk/resources/third-party-guides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ hide:
33
- toc
44
---
55

6-
This page links to full guides that some of [our solution providers](https://ecosystem.polygon.technology/spn/explore/?search=&competency=All&chain=All) have developed, including quick starts and guides that explain how to spin up and deploy validium and rollup CDK stacks.
6+
This page links to full guides that some of [our solution providers](https://ecosystem.polygon.technology/spn/explore/) have developed, including quick starts and guides that explain how to spin up and deploy validium and rollup CDK stacks.
77

88
<div class="grid-container">
99
<div class="grid-item">
@@ -26,4 +26,4 @@ This page links to full guides that some of [our solution providers](https://eco
2626
</div>
2727
</div>
2828

29-
Check out the [solution provider page]((https://ecosystem.polygon.technology/spn/explore/?search=&competency=All&chain=All)) to see more info on our partners.
29+
Check out the [solution provider page](https://ecosystem.polygon.technology/spn/explore/) to see more info on our partners.

0 commit comments

Comments
 (0)