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

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.

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
```