https://github.com/sim31/firmcontracts
https://github.com/sim31/firmcontracts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sim31/firmcontracts
- Owner: sim31
- License: gpl-3.0
- Created: 2022-11-29T11:37:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T12:38:33.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T09:47:45.365Z (over 1 year ago)
- Language: TypeScript
- Size: 338 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```