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/10.zk-stack/20.running/20.using-a-local-zk-chain.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Using a local ZK chain
2
+
title: Using a local ZK Chain
3
3
description:
4
4
---
5
5
@@ -26,14 +26,14 @@ or any other wallet with funds, to deposit into your ZK chain via the bridge.
26
26
Once you have the accounts with funds on the L1 base layer, you can do a deposit via the bridge to your ZK chain,
27
27
and start interacting with your ZK chain using the L2 funded account.
28
28
29
-
## Using your ZK chain
29
+
## Using your chain RPC
30
30
31
31
Your server contains both HTTPS as well as WebSocket (WS) RPC services that are fully web3 compatible (and contain some extra ZK Stack functionalities).
32
32
Learn more on the [API reference page](/zksync-protocol/api).
33
33
34
-
### ZKsync CLI
34
+
##Using zksync-cli
35
35
36
-
[zksync-cli](/zksync-era/tooling/zksync-cli) allows you to easily interact and develop applications on your ZK chain.
36
+
[ZKsync CLI](/zksync-era/tooling/zksync-cli) allows you to easily interact and develop applications on your ZK chain.
37
37
When executing any command with ZKsync CLI, you can specify RPC urls for both L1 and L2.
38
38
Your local server contains RPCs for both.
39
39
An example deposit command via the bridge would look like:
You can save the chain configurations for your ZK chain with ZKsync CLI by [adding a new configuration](/zksync-era/tooling/zksync-cli/configuring-chains).
46
46
47
-
## Setting up the Portal
47
+
## Using the Portal
48
48
49
49
The [Portal](https://github.com/matter-labs/dapp-portal) module is a web-app that allows you to:
50
50
@@ -64,7 +64,7 @@ ecosystem directory. You can edit this file to configure the portal app if neede
64
64
You can now navigate to the portal web-app. By default, portal frontend starts on
65
65
`http://localhost:3030`, you can configure the port in `apps.yaml` file.
66
66
67
-
## Setting up a Block Explorer
67
+
## Using a Block Explorer
68
68
69
69
A block explorer is a web-app that lets you view and inspect transactions, blocks,
70
70
contracts and more. A [free open source block explorer](https://github.com/matter-labs/block-explorer) is available for your ZK chain.
0 commit comments