https://github.com/glistenstar/xcdp_complete
https://github.com/glistenstar/xcdp_complete
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glistenstar/xcdp_complete
- Owner: GlistenSTAR
- Created: 2024-06-04T05:22:55.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-10-30T23:17:30.000Z (7 months ago)
- Last Synced: 2025-01-16T05:55:31.266Z (4 months ago)
- Language: Rust
- Size: 424 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
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
```