https://github.com/unpackdev/unpack-contract
(Un)Pack Solidity Smart Contracts
https://github.com/unpackdev/unpack-contract
Last synced: 7 months ago
JSON representation
(Un)Pack Solidity Smart Contracts
- Host: GitHub
- URL: https://github.com/unpackdev/unpack-contract
- Owner: unpackdev
- License: mit
- Created: 2023-10-19T09:08:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T20:40:38.000Z (over 2 years ago)
- Last Synced: 2025-02-28T22:51:14.929Z (about 1 year ago)
- Language: Solidity
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- 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 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
```