Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper committed Nov 21, 2024
1 parent f531051 commit 6455854
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pages/chain/testing/dev-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {WipCallout} from '@/components/WipCallout'
# Running a Local Development Environment

<Callout type="info">
This guide is currently under active development. If you run into any issues, please open an issue on
[Github](https://github.com/ethereum-optimism/optimism).
This guide is currently under active development. If you run into any issues, please open an issue on
[Github](https://github.com/ethereum-optimism/optimism).
</Callout>

This tutorial is **designed for developers** who want to learn about the OP Stack by spinning up a local OP Stack devnet.
Expand All @@ -26,16 +26,16 @@ You can use this devnet to experiment and perform tests, or you can choose to mo
anyone to modify or deploy the stack in any configuration you want.

<Callout type="warning">
Modifications to the OP Stack may prevent a chain from being able to benefit from aspects of the [Optimism
Superchain](/stack/explainer). Make sure to check out the [Superchain Explainer](/stack/explainer) to learn more.
Modifications to the OP Stack may prevent a chain from being able to benefit from aspects of the [Optimism
Superchain](/stack/explainer). Make sure to check out the [Superchain Explainer](/stack/explainer) to learn more.
</Callout>

## Installing Dependencies

| Dependency | Version | Version Check Command |
| ------------------------------------------------------------- | -------- | --------------------- |
| [docker](https://docs.docker.com/engine/install/) | `^27` | `docker --version` |
| [kurtosis](https://docs.kurtosis.com/install/) | `^1.3.0` | `kurtosis version` |
| Dependency | Version | Version Check Command |
| ------------------------------------------------- | -------- | --------------------- |
| [docker](https://docs.docker.com/engine/install/) | `^27` | `docker --version` |
| [kurtosis](https://docs.kurtosis.com/install/) | `^1.3.0` | `kurtosis version` |

### Notes on Specific Dependencies

Expand Down Expand Up @@ -137,10 +137,10 @@ need this address to deposit funds on your L2.
This might look complicated, but it's just a list of the services that were started up by Kurtosis. For each service, you
can see:

- The enclave name, which identifies the services you just deployed within Kurtosis. The enclave is an isolated environment
that runs your devnet.
- The service's name, which you can use with the Kurtosis CLI to view its logs and interact with it.
- The service's ports and addresses, which you can use to connect to the service.
* The enclave name, which identifies the services you just deployed within Kurtosis. The enclave is an isolated environment
that runs your devnet.
* The service's name, which you can use with the Kurtosis CLI to view its logs and interact with it.
* The service's ports and addresses, which you can use to connect to the service.

At this point your chain is up and running. Let's move on to the next section to learn how to interact with it.

Expand All @@ -165,7 +165,7 @@ cast send --mnemonic 'test test test test test test test test test test test jun
--to "<standard bridge address>" --amount "<amount in ETH>eth" --rpc-url "http://127.0.0.1:<rpc port of el-1-geth-lighthouse service>"
```

Wait ~30 seconds, then check your balance on L2 by running the following command:
Wait \~30 seconds, then check your balance on L2 by running the following command:

```bash
export ETH_RPC_URL="http://127.0.0.1:<rpc port of el-1-geth-lighthouse service>"
Expand Down

0 comments on commit 6455854

Please sign in to comment.