Skip to content
Merged
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
3 changes: 2 additions & 1 deletion pages/chain/testing/dev-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ After installation, you can verify Go is correctly installed by running:
## Operations

* To start, run (in the root directory of the monorepo) `make devnet-up`.\
The first time it runs it will be relatively slow because it needs to download the images, after that it will be faster.
The first time it runs it will be relatively slow because it needs to download the images, after that it will be faster.\
After the devnet starts, the L2 RPC server will be available at `127.0.0.1:9545` and the L1 RPC server will be available at `127.0.0.1:8545`.

* To stop, run (in the root directory of the monorepo) `make devnet-down`.

Expand Down
Loading