A Next.js template for building Ethereum dApps focused on user and developer experience.
- Sign in with your wallet
- Responsive UI
- Theme support
- Component library
- Server components
- Prepared transactions
- Samples for common use cases
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.