Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.
Merged
Changes from 2 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
2 changes: 2 additions & 0 deletions pages/chain/testing/dev-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ After installation, you can verify Go is correctly installed by running:
* 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.

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`.

* To clean everything, run (in the root directory of the monorepo) `make devnet-clean`.
Expand Down