https://github.com/maxeq/cryptowarspoly
https://github.com/maxeq/cryptowarspoly
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxeq/cryptowarspoly
- Owner: maxeq
- Created: 2023-08-22T13:02:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T19:07:19.000Z (almost 3 years ago)
- Last Synced: 2026-05-24T01:33:30.860Z (about 1 month ago)
- Language: Solidity
- Size: 97.7 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 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.ts
```