Skip to content

Commit

Permalink
Merge pull request #1777 from 0xPolygon/vcastellm-patch-1
Browse files Browse the repository at this point in the history
Update local-deployment.md
  • Loading branch information
kmurphypolygon authored Oct 10, 2024
2 parents 9e6c5f3 + 4e84bd2 commit 8ef727d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/cdk/getting-started/local-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ The [Polygon CDK Kurtosis package](https://github.com/0xPolygon/kurtosis-cdk/) a

## Prerequisites

### Hardware
### Hardware/OS

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

### Software

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

## Set up the Kurtosis environment

Expand Down Expand Up @@ -61,6 +61,10 @@ It defines the following steps for the deployment process:
| - | 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 |


!!! warning
- The Kurtosis stack is designed for local testing only.
- The prover component is a mock prover and should never be used for production environments.

You can customize (or skip) any of the numbered steps by modifying the logic in the respective files.

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

0 comments on commit 8ef727d

Please sign in to comment.