https://github.com/falconandrea/au-week4-unit-tests-on-faucet
Alchemy University - Week4, some unit tests on a Faucet contract
https://github.com/falconandrea/au-week4-unit-tests-on-faucet
alchemy-university exercises hardhat smart-contracts solidity tests web3
Last synced: 2 months ago
JSON representation
Alchemy University - Week4, some unit tests on a Faucet contract
- Host: GitHub
- URL: https://github.com/falconandrea/au-week4-unit-tests-on-faucet
- Owner: falconandrea
- Created: 2023-01-17T17:34:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T17:04:21.000Z (about 2 years ago)
- Last Synced: 2025-01-24T18:36:56.072Z (4 months ago)
- Topics: alchemy-university, exercises, hardhat, smart-contracts, solidity, tests, web3
- Language: Solidity
- Homepage:
- Size: 217 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
```