File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
content/00.zksync-network/65.zksync-os Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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.
8085Running 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
You can’t perform that action at this time.
0 commit comments