shuvishubham / web3-fundraiser-youtube

Web3 fundraiser project | polygon | next.js | styled-components
web3-fundraiser-youtube.vercel.app
27 stars 41 forks source link

solidity issue #5

Open Indrajitman opened 1 year ago

Indrajitman commented 1 year ago

When i am trying to compile Campaign.sol it's says "Nothing to compile" message please help?

gurwindersinghdev commented 1 year ago

could you please post your code ?

pri-3x commented 1 year ago

Clear the artifacts of the solidity file by command: npx hardhat clean Then compile the contract again : npx hardhat compile It will work.