Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 541 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 541 Bytes

Learn Hardhat

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 vars set INFURA_API_KEY

npx hardhat vars set SEPOLIA_PRIVATE_KEY

npx hardhat vars set ETHERSCAN_API_KEY

For Compile

yarn compile

For Deploy

yarn deploy:sepolia

For Verify Deploy Contract

yarn verify:sepolia -- <contract_address>