https://github.com/m0t0k1ch1/zksync-sandbox
https://github.com/m0t0k1ch1/zksync-sandbox
hardhat solidity zksync
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/m0t0k1ch1/zksync-sandbox
- Owner: m0t0k1ch1
- Created: 2023-12-14T04:56:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T13:20:02.000Z (over 1 year ago)
- Last Synced: 2025-01-21T06:23:44.401Z (5 months ago)
- Topics: hardhat, solidity, zksync
- Language: Solidity
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```