https://github.com/rohitroy-github/zksync-hardhat-deployment
This is a hardhat file written using solidity which can be deployed on zkSync testnet.
https://github.com/rohitroy-github/zksync-hardhat-deployment
Last synced: 5 months ago
JSON representation
This is a hardhat file written using solidity which can be deployed on zkSync testnet.
- Host: GitHub
- URL: https://github.com/rohitroy-github/zksync-hardhat-deployment
- Owner: rohitroy-github
- Created: 2025-02-14T09:18:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T09:37:52.000Z (12 months ago)
- Last Synced: 2025-02-14T10:32:20.553Z (12 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.ts
```
### Run to compile solidity contract
```shell
npx hardhat compile
```
### Run to deploy on zkTestnet
```shell
npx hardhat deploy-zksync --network zkTestnet
```