Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 820 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 820 Bytes

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.