Skip to content

itev4n7/fund-me-hardhat

Repository files navigation

FundMe Hardhat Project

for localhost:

yarn hardhat node
yarn hardhat ignition deploy ./ignition/modules/MockAggregatorV3.ts --network localhost
yarn hardhat ignition deploy ./ignition/modules/FundMe.ts --network localhost

for sepolia:

yarn hardhat ignition deploy ./ignition/modules/FundMe.ts --network sepolia

alternative verify:

yarn hardhat verify --network sepolia contract_address price_feed_address

or

yarn hardhat ignition verify chain-11155111

to run hardhat script:

yarn hardhat run scripts/fund.ts --network localhost
yarn hardhat run scripts/withdraw.ts --network localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published