Skip to content

graphrica/next-wagmi-starter

Repository files navigation

🦀 next wagmi starter 🦀

A web3 start built with next, wagmi, chakra and typescript.

Includes:

  • Routing
  • Progress Loader
  • Connect Button (with ENS lookup on address)
  • Grid Layout

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about this solution, take a look at the following resources:

  • Coinbase Wallet SDK - Coinbase Wallet is a self-custody crypto wallet, available as a browser extension and a mobile app on Android and iOS.
  • Next.js Documentation - learn about Next.js features and API.
  • Learn Next.js - an interactive Next.js tutorial.
  • Wagmi - a collection of React Hooks containing everything you need to start working with Ethereum.
  • Chakra UI - a simple, modular and accessible component library that gives you the building blocks you need to build your React applications.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.