You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/00.zksync-network/10.guides/20.zksync-101/_hello/_era-vm.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,13 +71,13 @@ We are going to use the "in-memory node" module for our local node setup.
71
71
zksync-cli dev start
72
72
```
73
73
74
-
`anvil-zksync` node includes pre-configured rich wallets for use, see [anvil-zksync rich wallets](/build/test-and-debug/in-memory-node#pre-configured-rich-wallets).
74
+
`anvil-zksync` node includes pre-configured rich wallets for use, see [anvil-zksync rich wallets](/zksync-network/tooling/local-setup/anvil-zksync-node#pre-configured-rich-wallets).
75
75
76
76
Your `anvil-zksync` node is accessible at **[http://127.0.0.1:8011](http://127.0.0.1:8011/)**, ready for deployment or testing purposes.
77
77
You can use the Docker Desktop app to view logs from the running ZKsync Era node or use the `zksync-cli dev logs` command.
78
78
79
79
When you are done running your `anvil-zksync` node, you can stop it with `zksync-cli dev stop`.
80
-
You can learn more about managing a local node with ZKsync CLI on [Running a node](/build/zksync-cli/running-a-node).
80
+
You can learn more about managing a local node with ZKsync CLI on [Running a node](/zksync-network/tooling/zksync-cli/running-a-node).
The `hardhat-zksync-node` plugin provides a convenient way to run [anvil-zksync](/build/test-and-debug/in-memory-node) locally using Hardhat.
9
+
The `hardhat-zksync-node` plugin provides a convenient way to run [anvil-zksync](/zksync-network/tooling/local-setup/anvil-zksync-node) locally using Hardhat.
10
10
It adds ZKSync-specific provider functionality to the Hardhat Runtime Environment (HRE) and provides helpers for running local nodes.
0 commit comments