https://github.com/alchemyplatform/mintgovernance
https://github.com/alchemyplatform/mintgovernance
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alchemyplatform/mintgovernance
- Owner: alchemyplatform
- Created: 2023-01-12T06:00:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T19:51:22.000Z (over 2 years ago)
- Last Synced: 2024-05-21T04:11:08.358Z (about 2 years ago)
- Language: JavaScript
- Size: 151 KB
- Stars: 7
- Watchers: 4
- Forks: 51
- Open Issues: 2
-
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
```