Skip to content

based on Hardhat Fund Me course from Patrick Collins

Notifications You must be signed in to change notification settings

MartinSoka/Hardhat_FundMe

Repository files navigation

Sample Hardhat Project

This is a hardhat demo based on this awesome tutorial https://www.youtube.com/watch?v=gyMwXuJrbJQ from Patrick Collins

Deploy on dev chain/test chain using following commands:

npx hardhat deploy
npx hardhat deploy --network goerli
npx hardhat deploy --network ganache

Test or interact with the deployed contracts:

npx hardhat test
npx hardhat run scripts/fundme.js

Make sure to change the RPC URLs and PRIVATE_KEYs within your .env file

About

based on Hardhat Fund Me course from Patrick Collins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published