https://github.com/signor1/setup-hardhat-contract-deployment
Setup tutorial and contract deployment using hardhat
https://github.com/signor1/setup-hardhat-contract-deployment
Last synced: 11 months ago
JSON representation
Setup tutorial and contract deployment using hardhat
- Host: GitHub
- URL: https://github.com/signor1/setup-hardhat-contract-deployment
- Owner: Signor1
- Created: 2024-01-29T19:33:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T19:34:54.000Z (over 2 years ago)
- Last Synced: 2025-02-24T04:41:41.941Z (over 1 year ago)
- Language: JavaScript
- Size: 82 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
```