ZKsync CLI is published on npm as
zksync-cli
. Commands are invoked using npx zksync-cli
in the terminal.Prerequisites
- Node.js v18 or higher
- Git
- Docker (for
zksync-cli dev
commands)
Usage
You can run commands without installation:npx zksync-cli
(For example: npx zksync-cli dev start
).
Available Commands
To learn more about the available commands in ZKsync CLI, see the CLI reference.