https://github.com/masb0ymas/kickstarter-solidity
Smart-Contract Kickstarter ( Funding ) with Solidity
https://github.com/masb0ymas/kickstarter-solidity
Last synced: 3 months ago
JSON representation
Smart-Contract Kickstarter ( Funding ) with Solidity
- Host: GitHub
- URL: https://github.com/masb0ymas/kickstarter-solidity
- Owner: masb0ymas
- Created: 2024-08-18T02:51:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T12:51:24.000Z (10 months ago)
- Last Synced: 2025-03-27T14:09:19.799Z (3 months ago)
- Language: TypeScript
- Size: 67.4 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.ts
```