https://github.com/forecho/hi-hardhat
https://github.com/forecho/hi-hardhat
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/forecho/hi-hardhat
- Owner: forecho
- Created: 2023-06-06T09:53:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T09:36:22.000Z (about 3 years ago)
- Last Synced: 2025-04-28T12:17:46.175Z (about 1 year ago)
- Language: TypeScript
- Size: 152 KB
- Stars: 0
- Watchers: 2
- 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
pnpm i
cp .env.example .env
npx hardhat test
npx hardhat compile
npx hardhat run scripts/deploy_artwork.ts --network mumbai
# npx hardhat verify --network sepolia "Artwork Contract" "ART"
```