Skip to content

Commit bc911cd

Browse files
Merge pull request 0xPolygon#259 from 0xPolygon/cdk/feedback-on-some
Adding the feedback button to CDK docs
2 parents 23a26f9 + d98b59d commit bc911cd

File tree

12 files changed

+48
-0
lines changed

12 files changed

+48
-0
lines changed

docs/cdk/get-started/connect-testnet.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
## Stavanger
26

37
The [CDK Stavanger testnet](https://polygon.technology/cdk-stavanger-testnet) is a validium testnet based on Sepolia.

docs/cdk/get-started/deploy-validium/contracts/deploy-contracts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
## Configure deployment parameters
26

37
1. Navigate to the contracts deployment directory.

docs/cdk/get-started/deploy-validium/contracts/prerequisites.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
## Hardware
26

37
Make sure you have the following minimum hardware requirements.

docs/cdk/get-started/deploy-validium/contracts/set-up.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
## Download the validium repo
26

37
1. Create a new directory and cd into it.

docs/cdk/get-started/deploy-validium/intro.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
This guide takes you through the process of deploying a fully EVM-compatible, CDK validium on the Sepolia network.
26

37
We have hidden most of the configuration complexity in scripts to make the process straightforward and easy to follow.

docs/cdk/get-started/deploy-validium/node/configure-deployment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
## Configure the prover
26

37
Copy and modify the contents of `test.prover.config.json` in `~/cdk-validium/cdk-validium-node/test/config/` to the `/tmp/cdk/` directory using the following jq command:

docs/cdk/get-started/deploy-validium/node/prerequisites.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
!!! important
26
- You have already followed the [deploy contracts section](../contracts/prerequisites.md).
37
- Make sure you have at least `~0.3 Sepolia ETH` for deploying more contracts and various contract calls.

docs/cdk/get-started/deploy-validium/node/run-node-services.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
## Run the prover
26

37
1. Open a new terminal window.

docs/cdk/get-started/deploy-validium/node/set-up.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
## Set up the environment variables
26

37
1. Navigate to `~/cdk-validium/cdk-validium-contracts-0.0.2/deployment` and run the following script that inputs the required parameters from `deploy_output.json` into `/tmp/cdk/.env`.

docs/cdk/get-started/deploy-validium/node/test-transaction.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
## Test transactions
26

37
Once everything is up and running you can do a quick test of the running stack by sending a zero-value transaction.

0 commit comments

Comments
 (0)