Skip to content

Commit 246b3c9

Browse files
authored
doc: add Quick setup function
1 parent 91b6991 commit 246b3c9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,19 @@ And, optionally, for submitting transactions and interacting with the environmen
3131
- [jq](https://stedolan.github.io/jq/)
3232
- [polyon-cli](https://github.com/0xPolygon/polygon-cli)
3333

34-
## Set up the Kurtosis environment
34+
## Quick setup
35+
36+
After installing the requirements you can launch a CDK chains with a oneliner:
37+
38+
### Pesimistic Proof
39+
40+
kurtosis run --enclave cdk --args-file "https://raw.githubusercontent.com/0xPolygon/kurtosis-cdk/refs/heads/main/.github/tests/fork12-pessimistic.yml" github.com/0xPolygon/kurtosis-cdk
41+
42+
### FEP
43+
44+
kurtosis run --enclave cdk github.com/0xPolygon/kurtosis-cdk
45+
46+
## Extended Kurtosis environment setup
3547

3648
### Understanding the deployment steps
3749

0 commit comments

Comments
 (0)