https://github.com/bitbynik/fundme_smart_contract
SIL763 Assignment-3
https://github.com/bitbynik/fundme_smart_contract
blockchain funding hardhat iitd smart-contract
Last synced: about 2 months ago
JSON representation
SIL763 Assignment-3
- Host: GitHub
- URL: https://github.com/bitbynik/fundme_smart_contract
- Owner: BitByNIK
- Created: 2024-10-08T05:47:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T10:46:40.000Z (12 months ago)
- Last Synced: 2025-04-09T04:11:20.150Z (6 months ago)
- Topics: blockchain, funding, hardhat, iitd, smart-contract
- Language: JavaScript
- Homepage:
- Size: 69.3 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 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.js
```