https://github.com/vvizardev/sample-hardhat
sample-hardhat : 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.
https://github.com/vvizardev/sample-hardhat
contract hardhat sample smart-contract solidity
Last synced: about 1 month ago
JSON representation
sample-hardhat : 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.
- Host: GitHub
- URL: https://github.com/vvizardev/sample-hardhat
- Owner: vvizardev
- Created: 2024-07-07T06:09:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T21:04:56.000Z (almost 2 years ago)
- Last Synced: 2025-07-20T13:37:17.556Z (11 months ago)
- Topics: contract, hardhat, sample, smart-contract, solidity
- Language: Solidity
- Homepage:
- Size: 177 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.
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 run scripts/deploy.js
```