Skip to content

sandrasong/fund-me-frontend

Repository files navigation

This project uses Next.js, wagmi and tailwindcss to create the Fund Me front end.

Deploy the contract and run the localhost

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.

Screenshot

fond me frontend screenshot for readme

About

Web3 learning project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published