d5730e4a942c739d82d23f8064e6b15d867e58ca
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
yarn hardhat run scripts/deploy.js --network sepolia yarn hardhat run scripts/deploy.js --network hardhat
yarn hardhat verify --network sepolia DEPLOYED_CONTRACT_ADDRESS "0x2f86Ad03BE88664cB3d73219fF6dDdDBa598449F" 0xE5EA2da0357072607cE5bA85Cd0b73935c14CAF7 0xc2022b56eBC140B5FebCf9FBaB14c17db4C315C4 - Verified
Description
Learning project: Solidity smart contracts (SimpleStorage, FundMe, PriceConverter) with Hardhat - deployment, testing, gas optimization, and Sepolia verification. Open to Web3 remote work.
Readme
1.4 MiB
Languages
JavaScript
99.4%
Solidity
0.6%