https://github.com/ftsrg/sme4dd-eth-lab2
Repository for the SME4DD Ethereum course lab 2
https://github.com/ftsrg/sme4dd-eth-lab2
Last synced: 4 months ago
JSON representation
Repository for the SME4DD Ethereum course lab 2
- Host: GitHub
- URL: https://github.com/ftsrg/sme4dd-eth-lab2
- Owner: ftsrg
- License: agpl-3.0
- Created: 2024-11-02T22:35:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T12:45:33.000Z (over 1 year ago)
- Last Synced: 2025-12-14T11:29:51.249Z (6 months ago)
- Language: TypeScript
- Size: 293 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- 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 Hardhat Ignition module 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 ignition deploy ./ignition/modules/Lock.ts
```