Skip to content

Commit b862ea9

Browse files
docs: add links for zksync os server setup (#486)
1 parent c43e126 commit b862ea9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/00.zksync-network/65.zksync-os/10.faqs.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,16 @@ Currently there is no public mainnet.
7777

7878
## How can I run it locally?
7979

80+
Because ZKsync OS is fully EVM-compatible,
81+
you can use any local EVM node such as `anvil` or `hardhat-node` to test a project locally.
82+
If your project requires some ZKsync-specific functionality (e.g. deposits/withdrawals/interop),
83+
you can follow the quickstart instructions in the
84+
[`zksync-os-server`](https://github.com/matter-labs/zksync-os-server?tab=readme-ov-file#quickstart) repository.
8085
Running a ZKsync OS chain is not yet supported using `zkstack`.
81-
A full guide for running a ZKsync OS chain will be available soon.
86+
87+
## How can I run it in a GitHub Action?
88+
89+
You can use [this action](https://github.com/dutterbutter/zksync-server-action) to run a setup with an L1 and ZKsync OS L2 chain.
8290

8391
## Are there pre-deployed contracts?
8492

0 commit comments

Comments
 (0)