File tree Expand file tree Collapse file tree 5 files changed +24
-9
lines changed
Expand file tree Collapse file tree 5 files changed +24
-9
lines changed Original file line number Diff line number Diff line change 1- .vscode /
1+ .vscode
22.code
33.idea
44site /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ## Stavanger
2+
3+ The [ CDK Stavanger testnet] ( https://polygon.technology/cdk-stavanger-testnet ) is a validium testnet based on Sepolia.
4+
5+ - Add the RPC network details to your wallet by navigating to the add network input and entering the data as given in the table below.
6+ - Use the faucet to get test ETH.
7+ - Bridge assets from Sepolia to Stavanger using the bridge.
8+ - Confirm your transactions with the block explorer.
9+
10+ | Use case | URL | Usage |
11+ | ------- | ----------- | --------- |
12+ | JSON RPC | https://sn2-stavanger-rpc.eu-north-2.gateway.fm | Make remote procedure calls to the CDK testnet. |
13+ | Faucet | https://sn2-stavanger-faucet.eu-north-2.gateway.fm | Get testnet tokens. |
14+ | Bridge | https://sn2-stavanger-bridge.eu-north-2.gateway.fm | Bridge tokens from Sepolia. |
15+ | Block explorer | https://sn2-stavanger-blockscout.eu-north-2.gateway.fm | Confirm transactions with the explorer. |
Original file line number Diff line number Diff line change @@ -9,12 +9,19 @@ Follow the steps below to deploy a CDK validium instance.
99
1010## 1. Deploy validium-specific contracts
1111
12+ !!! important
13+ - Follow this step if you are deploying to a public testnet.
14+ - For a local deploy, follow step 2 instead which deploys a local L1 network plus CDK contracts.
15+
1216First, deploy the relevant contracts.
1317
1418Follow the steps in the [ CDK validium contracts repository's README] ( https://github.com/0xPolygon/cdk-validium-contracts ) .
1519
1620## 2. Run the CDK validium node
1721
22+ !!! important
23+ - If you are deploying to a public testnet, follow the previous step 1.
24+
1825Next, set up and run the CDK validium node.
1926
2027Follow the instructions in the [ CDK validium node repository's README] ( https://github.com/0xPolygon/cdk-validium-node ) .
Original file line number Diff line number Diff line change 4343 - CDK : cdk/index.md
4444 - Overview : cdk/overview.md
4545 - Get started :
46+ - Connect testnet : cdk/get-started/connect-testnet.md
4647 - Quickstart :
4748 - Validium : cdk/get-started/quickstart-validium.md
4849 - Rollup : cdk/get-started/quickstart-rollup.md
5859 - Rollup : cdk/concepts/rollup.md
5960 - Validium : cdk/concepts/validium.md
6061 - Data availability : cdk/concepts/dac.md
61- # - API/SDK:
6262 - Additional resources :
6363 - CDK repos : cdk/resources/cdk-repo-reference.md
6464 - zkEVM :
You can’t perform that action at this time.
0 commit comments