go-ethereum/hardhat
Ruslan Gladov d7dc3c3a01 New CI
2024-06-30 21:46:33 +03:00
..
contracts New pipeline and Dockerfile 2024-06-15 20:34:34 +03:00
ignition/modules Docker image with the deployed contract 2024-06-30 17:08:35 +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 CI 2024-06-30 21:46:33 +03:00
entrypoint.sh Docker image with the deployed contract 2024-06-30 17:08:35 +03:00
hardhat.config.js New pipeline and Dockerfile 2024-06-15 20:34:34 +03:00
output.txt Adding output.txt 2024-06-15 21:32:57 +03:00
package-lock.json New pipeline and Dockerfile 2024-06-15 20:34:34 +03:00
package.json Docker image with the deployed contract 2024-06-30 17:08:35 +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