An open API service indexing awesome lists of open source software.

https://github.com/m0t0k1ch1/zksync-sandbox


https://github.com/m0t0k1ch1/zksync-sandbox

hardhat solidity zksync

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# zksync-sandbox

## Prerequisites

Requires [pnpm](https://pnpm.io) to be installed.

```
pnpm install
pnpm husky install
```

## Build

```
pnpm build
```

## Deployment

### MinimalAccount

```
pnpm deploy:minimal-account
```