This is a FCC web3 code camp project. It allows people to crowdfunding, and owner to withdraw the fund.
npx hardhat deploynpx hardhat nodethen, run command in another terminal window:
npx hardhat deploy --network localhostnpx hardhat deplopy --network sepolianpx hardhat run scripts/fund.ts --network localhostor
npx hardhat run scripts/withdraw.ts --network localhostUnit test
npm run testStaging test on testnet
npm run test:staging