This project uses Next.js, wagmi and tailwindcss to create the Fund Me front end.
First, run the hardhat server in the Fund-Me-Contract folder:
npx hardhat node
Then, add a testing account to a browser wallet such as Metamask or Phantom. You can find all testing accounts in your terminal after deploying the hardhat node.
Don't forget to change the FundMe contract address
in constants > index.ts
Last, run the frontend server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.