go-ethereum/hardhat
2024-06-12 02:31:45 +03:00
..
contracts hardhat project and hardhat config , node2 and genesis.json , extractPrivatekey script , short documentation. 2024-06-12 02:31:45 +03:00
ignition hardhat project and hardhat config , node2 and genesis.json , extractPrivatekey script , short documentation. 2024-06-12 02:31:45 +03:00
test hardhat project and hardhat config , node2 and genesis.json , extractPrivatekey script , short documentation. 2024-06-12 02:31:45 +03:00
.gitignore hardhat project and hardhat config , node2 and genesis.json , extractPrivatekey script , short documentation. 2024-06-12 02:31:45 +03:00
hardhat.config.js hardhat project and hardhat config , node2 and genesis.json , extractPrivatekey script , short documentation. 2024-06-12 02:31:45 +03:00
package-lock.json hardhat project and hardhat config , node2 and genesis.json , extractPrivatekey script , short documentation. 2024-06-12 02:31:45 +03:00
package.json hardhat project and hardhat config , node2 and genesis.json , extractPrivatekey script , short documentation. 2024-06-12 02:31:45 +03:00
README.md hardhat project and hardhat config , node2 and genesis.json , extractPrivatekey script , short documentation. 2024-06-12 02:31:45 +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