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

https://github.com/shz-code/hardhat-cheatsheet

Hardhat Initial Project Template
https://github.com/shz-code/hardhat-cheatsheet

hardhat hre template web3

Last synced: about 1 year ago
JSON representation

Hardhat Initial Project Template

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 script that deploys that contract.

```shell
npx hardhat help
npx hardhat node -> npm run node
npx hardhat compile -> npm run compile
npx hardhat run .\scripts\deploy.js -> npm run deploy
npx hardhat test -> npm run test
npx hardhat console
```