https://github.com/devvspaces/au-hardhat-practice
https://github.com/devvspaces/au-hardhat-practice
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devvspaces/au-hardhat-practice
- Owner: devvspaces
- Created: 2023-10-16T10:56:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T13:45:59.000Z (almost 3 years ago)
- Last Synced: 2025-10-19T13:44:25.794Z (9 months ago)
- Language: TypeScript
- Size: 67.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.
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.ts
```