This is a wagmi + ConnectKit + Next.js + Tailwind + Juicebox project.
-
Create a
.env
file and set environment variables (use.env.example
as a starting point). -
Install dependencies:
npm install
-
Run the app:
npm run dev
To learn more about Next.js, ConnectKit or wagmi, check out the following resources:
- wagmi Documentation – learn about wagmi Hooks and API.
- wagmi Examples – a suite of simple examples using wagmi.
- ConnectKit Documentation – learn more about ConnectKit (configuration, theming, advanced usage, etc).
- Next.js Documentation learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.