Skip to content

masb0ymas/learn-hardhat

Repository files navigation

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>

About

Deployment Smart-Contract with Hardhat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published