go-ethereum/hardhat
2025-03-19 13:12:24 +02:00
..
contracts Comitting on task #3 2025-03-19 13:12:24 +02:00
ignition/modules Comitting on task #3 2025-03-19 13:12:24 +02:00
scripts Comitting on task #3 2025-03-19 13:12:24 +02:00
test Comitting on task #3 2025-03-19 13:12:24 +02:00
.gitignore Comitting on task #3 2025-03-19 13:12:24 +02:00
hardhat.config.js Comitting on task #3 2025-03-19 13:12:24 +02:00
package-lock.json Comitting on task #3 2025-03-19 13:12:24 +02:00
package.json Comitting on task #3 2025-03-19 13:12:24 +02:00
README.md Comitting on task #3 2025-03-19 13:12:24 +02:00

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:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.js