go-ethereum/hardhat
2024-06-15 20:34:34 +03:00
..
contracts New pipeline and Dockerfile 2024-06-15 20:34:34 +03:00
ignition/modules New pipeline and Dockerfile 2024-06-15 20:34:34 +03:00
test hardhat project 2024-06-13 15:20:37 +03:00
.gitignore hardhat project 2024-06-13 15:20:37 +03:00
Dockerfile New pipeline and Dockerfile 2024-06-15 20:34:34 +03:00
hardhat.config.js New pipeline and Dockerfile 2024-06-15 20:34:34 +03:00
package-lock.json New pipeline and Dockerfile 2024-06-15 20:34:34 +03:00
package.json New pipeline and Dockerfile 2024-06-15 20:34:34 +03:00
README.md hardhat project 2024-06-13 15:20:37 +03: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