Skip to content

Commit 4e84bd2

Browse files
updates after review
1 parent e24da30 commit 4e84bd2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/cdk/getting-started/local-deployment.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ The [Polygon CDK Kurtosis package](https://github.com/0xPolygon/kurtosis-cdk/) a
1111

1212
## Prerequisites
1313

14-
### Hardware
14+
### Hardware/OS
1515

16-
- Linux-based OS (or [WSL](https://learn.microsoft.com/en-us/windows/wsl/about)).
16+
- x86-64 architecture.
1717
- Minimum 8GB RAM/2-core CPU.
18-
- AMD64 architecture.
18+
- Linux-based OS (or [WSL](https://learn.microsoft.com/en-us/windows/wsl/about)).
1919

2020
### Software
2121

@@ -61,6 +61,10 @@ It defines the following steps for the deployment process:
6161
| - | zkEVM pool manager tool | [zkevm_pool_manager.star](https://github.com/0xPolygon/kurtosis-cdk/blob/main/zkevm_pool_manager.star) - deployed with CDK erigon node | n/a |
6262

6363

64+
!!! warning
65+
- The Kurtosis stack is designed for local testing only.
66+
- The prover component is a mock prover and should never be used for production environments.
67+
6468
You can customize (or skip) any of the numbered steps by modifying the logic in the respective files.
6569

6670
#### 2. [`params.yml`](https://github.com/0xPolygon/kurtosis-cdk/blob/main/params.yml)

0 commit comments

Comments
 (0)