https://github.com/naman14/ethglobal-sf
https://github.com/naman14/ethglobal-sf
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/naman14/ethglobal-sf
- Owner: naman14
- Created: 2022-11-05T08:54:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T16:28:34.000Z (over 2 years ago)
- Last Synced: 2025-02-09T22:29:20.653Z (3 months ago)
- Language: JavaScript
- Size: 1.76 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
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
```