My Web3 Template, built with Next.js, Tailwind CSS, ConnectKit, viem, wagmi, and more. Based off of m1guelpf's dApp template.
This starter kit is composed of Next.js and Tailwind CSS, with ConnectKit, viem, & wagmi for all your web3 needs. It uses Typescript and an opinionated directory structure for maximum dev confy-ness.
First, install dependencies with yarn install. Then, initialize the env file with cp .env.example .env, and add your Infura project id. Finally, run the development server with yarn dev.
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.
The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.
To learn more about the components of this kit, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Tailwind CSS Documentation - learn about Tailwind, and browse through the included classes.
- wagmi Documentation - learn about wagmi features and API.
- ConnectKit Documentation - learn about ConnectKit's features and API.
- viem Documentation - learn about viem's features and API.
- Framer Motion Documentation - learn about Framer Motion's features and API.
- PhaserJS Documentation - learn about PhaserJS's features and API.
- Colyseus Documentation - learn about Colyseus's features and API.
- MongoDB Documentation - learn about MongoDB's features and API.
- RadixUI Documentation - learn about RadixUI's features and API.
The easiest way to deploy your Next.js app is to use Vercel, from the creators of Next.js.
Check out the Next.js deployment documentation for more details.
This app is open-source and licensed under the MIT license. For more details, check the License file.