https://github.com/tmigone/dummy-contract
Sample repo to test hardhat secure accounts
https://github.com/tmigone/dummy-contract
Last synced: about 1 month ago
JSON representation
Sample repo to test hardhat secure accounts
- Host: GitHub
- URL: https://github.com/tmigone/dummy-contract
- Owner: tmigone
- Created: 2023-05-17T11:59:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T15:30:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T19:59:34.272Z (7 months ago)
- Language: TypeScript
- Size: 118 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
npx hardhat help
npx hardhat test
GAS_REPORT=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts
```