Skip to content

hackbg/web3-starter

Repository files navigation

Web3 Starter

A Next.js template for building Ethereum dApps focused on user and developer experience.

Features

  • Sign in with your wallet
  • Responsive UI
  • Theme support
  • Component library
  • Server components
  • Prepared transactions
  • Samples for common use cases

Stack

Getting Started

Run pnpm run dev in your terminal, and then open localhost:3000 in your browser.

Once the webpage has loaded, changes made to files inside the src/ directory (e.g. src/app/page.tsx) will automatically update the webpage.