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: docs/cdk/agglayer/agglayer-go.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,9 @@ The Agglayer Golang is a web service designed to receive zero-knowledge proofs (
7
7
8
8
## Architecture
9
9
10
-
The AggLayer Golang architecture supports interactions with multiple CDK chains for ZKP verification.
10
+
The AggLayer Golang architecture supports interoperability among connected CDK chains by using ZKPs to ensure safety. It uses a PostgreSQL database for storage and interacts with both L1 and L2 chains through configured RPC nodes.
11
11
12
-
It uses PostgreSQL database for storage and interacts with both L1 and L2 chains through configured RPC nodes.
13
-
14
-
The diagram below shows the full start up, running, and shutdown sequence for the application and its components.
12
+
The diagram below shows the full start-up, running, and shutdown sequence for the AggLayer Golang application and its components.
0 commit comments