We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c803045 commit fd62d06Copy full SHA for fd62d06
pages/operators/chain-operators/tutorials/chain-dev-net.mdx
@@ -154,6 +154,14 @@ can see:
154
155
At this point your chain is up and running. Let's move on to the next section to learn how to interact with it.
156
157
+<Callout type="info">
158
+ You can also use the Kurtosis Web UI to monitor and interact with your services by running:
159
+ ```bash
160
+ kurtosis web
161
+ ```
162
+ This will open a browser window with a dashboard showing all your running enclaves and services.
163
+</Callout>
164
+
165
## Interact with your network
166
167
You now have a fully functioning OP Stack Rollup. You can connect your wallet to this chain the same way you'd connect
0 commit comments