This is a FCC web3 code camp project. It allows people to crowdfunding, and owner to withdraw the fund.
npx hardhat deploy
npx hardhat node
then, run command in another terminal window:
npx hardhat deploy --network localhost
npx hardhat deplopy --network sepolia
npx hardhat run scripts/fund.ts --network localhost
or
npx hardhat run scripts/withdraw.ts --network localhost
Unit test
npm run test
Staging test on testnet
npm run test:staging