Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: code block fix and some rewording #86

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/how-to/quick-test-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

<br/>

Loading