zksync-cli icon indicating copy to clipboard operation
zksync-cli copied to clipboard

CLI tool that simplifies zkSync development

Results 9 zksync-cli issues
Sort by recently updated
recently updated
newest added

## Description Currently, the script checks for the installation of Forge using the command `forge --version`. However, it does not verify if the installed Forge is from the `foundry-zksync` repository....

# What :computer: Fix for https://github.com/matter-labs/zksync-cli/issues/133 Paths for the docker-compose command are wrapped in quotes, which avoids problems if there are spaces in the path.

### 🐛 Bug Report for zkSync CLI #### 📝 Description Path should be wrapped in quotes here: https://github.com/matter-labs/zksync-cli/blob/22c1af74a79cc4ce76c3c09cec08c82a538ee8bc/src/utils/docker.ts#L19 Otherwise it fails if path contains spaces.

bug

### 🌟 Feature Request #### 📝 Description We currently have this awesome feature for scaffolding projects with zksync-ethers, and viem. It would be interesting to explore supporting scaffolding templates for...

### 🐛 Bug Report for zkSync CLI #### 📝 Description `zksync-cli dev start` command failed to build the docker image due to a bug in the `zkcli-in-memory-node` Dockerfile. I have...

bug

### 🐛 Bug Report for zkSync CLI #### 📝 Description There seems to be some sort of delay between a transaction that transfers ETH being included in a block, and...

bug

# What :computer: This is the long living development branch for zksync-cli automation # Why :hand: To prepare set of tests to verify zksync-cli in command line on different platforms...

automation

# What :computer: * Renamed `zksync-cli` to `zkcli` # Why :hand: * Improve branding consistency with zkSync and save some keystrokes for users. # Evidence :camera: # Notes :memo: *...

### 🐛 Bug Report for zkSync CLI #### 📝 Description Tests were removed in a coming PR #55 to ensure ECMA Script compatibility but the repo requires them, hence this...

bug