Skip to content

Commit 8ef727d

Browse files
Merge pull request 0xPolygon#1777 from 0xPolygon/vcastellm-patch-1
Update local-deployment.md
2 parents 9e6c5f3 + 4e84bd2 commit 8ef727d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 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

@@ -27,7 +27,7 @@ And, optionally, for submitting transactions and interacting with the environmen
2727
- [Foundry](https://book.getfoundry.sh/getting-started/installation)
2828
- [yq](https://github.com/mikefarah/yq)
2929
- [jq](https://stedolan.github.io/jq/)
30-
- [polyon-cli](https://github.com/maticnetwork/polygon-cli)
30+
- [polyon-cli](https://github.com/0xPolygon/polygon-cli)
3131

3232
## Set up the Kurtosis environment
3333

@@ -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)