From 9feeb074c39245387d73cbe5f001bb28b57e2691 Mon Sep 17 00:00:00 2001 From: Dr K Murphy Date: Thu, 25 Apr 2024 08:58:53 +0200 Subject: [PATCH] few quick fixes --- docs/how-to/quick-test-stack.md | 8 +++++--- docs/index.md | 8 ++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/how-to/quick-test-stack.md b/docs/how-to/quick-test-stack.md index 0d1e39ac8..b8d63d61d 100644 --- a/docs/how-to/quick-test-stack.md +++ b/docs/how-to/quick-test-stack.md @@ -4,11 +4,13 @@ comments: true A quick and easy method for testing a running CDK stack, whether in validium or rollup mode, is by sending a zero-value transaction and examining the result. +## Get the URL + First inspect the logs to find the `zkevm-node-rpc` details. For example, in the Kurtosis stack you should see something like: - ```sh - zkevm-node-rpc-001 http-rpc: 8123/tcp -> http://127.0.0.1:32803 - ``` +```sh +zkevm-node-rpc-001 http-rpc: 8123/tcp -> http://127.0.0.1:32803 +``` ## Send transaction with cast diff --git a/docs/index.md b/docs/index.md index 2a7554b28..18fb7cc35 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,9 +6,11 @@ hide: # Overview -Kurtosis is a developer platform that allows you to package and launch a backend stack without becoming overburdened with configuration details. +[Kurtosis](https://docs.kurtosis.com/) is a developer platform that allows you to package and launch a backend stack without becoming overburdened with configuration details. -The Polygon team has implemented a Kurtosis build for the CDK stack which includes all zkEVM node components, services, and a validium option. +The Polygon team has implemented a stable CDK build with Kurtosis which includes all node components and services, as well as a validium option. + +The documentation in this get started section relates to the CDK Kurtosis implementation. ## CDK architecture @@ -24,7 +26,5 @@ The diagram below shows how CDK stack components may interact with each other an The [quick start documents](quickstart/deploy-stack.md) show you how to deploy a private, portable, and modular Polygon CDK developer stack on [Kurtosis](https://github.com/kurtosis-tech/kurtosis). -The deployment document is aimed at users and developers who do not necessarily want to run the latest CDK versions, or follow the full tutorials, and are happy to play around with an experimental set up. -