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
- Host: GitHub
- URL: https://github.com/shz-code/hardhat-cheatsheet
- Owner: shz-code
- Created: 2023-10-29T13:57:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T16:13:21.000Z (over 2 years ago)
- Last Synced: 2025-01-21T07:07:56.180Z (over 1 year ago)
- Topics: hardhat, hre, template, web3
- Language: JavaScript
- Homepage:
- Size: 65.4 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 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
```