Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anataliocs/etherscan-verification
https://github.com/anataliocs/etherscan-verification
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/anataliocs/etherscan-verification
- Owner: anataliocs
- Created: 2023-05-30T03:34:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-30T03:36:02.000Z (over 1 year ago)
- Last Synced: 2024-04-14T02:02:48.691Z (7 months ago)
- Language: JavaScript
- Size: 154 KB
- Stars: 1
- Watchers: 2
- 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:
Deployed contract: 0x445cE21B81C76Ef0694738e56Ff6250B1F86e47A
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```