go-ethereum/hardhat
2025-03-07 00:29:21 +02:00
..
contracts feat: add devnet and Dockerfile for it 2025-03-07 00:29:21 +02:00
ignition/modules feat: add devnet and Dockerfile for it 2025-03-07 00:29:21 +02:00
scripts feat: add devnet and Dockerfile for it 2025-03-07 00:29:21 +02:00
test feat: add devnet and Dockerfile for it 2025-03-07 00:29:21 +02:00
.gitignore feat: add devnet and Dockerfile for it 2025-03-07 00:29:21 +02:00
hardhat.config.js feat: add devnet and Dockerfile for it 2025-03-07 00:29:21 +02:00
package-lock.json feat: add devnet and Dockerfile for it 2025-03-07 00:29:21 +02:00
package.json feat: add devnet and Dockerfile for it 2025-03-07 00:29:21 +02:00
README.md feat: add devnet and Dockerfile for it 2025-03-07 00:29:21 +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