1Crazymoney / next-starter

thirdweb SDK + Next.js (app router)

Home Page:https://next-starter.thirdweb-example.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thirdweb SDK + Next.js starter

Setup client id

Before you start, you need to replace the placeholder clientId with your client ID to use thirdweb SDK.

Refer to Creating a client guide to see how you can get a client id.

Go to src/client.ts file and replace the placeholder clientId with your client ID.

const clientId = "......";

Usage

Install dependencies

yarn

Start development server

yarn dev

Create a production build

yarn build

Preview the production build

yarn start

Resources

Join our Discord!

For any questions or suggestions, join our discord at https://discord.gg/thirdweb.

About

thirdweb SDK + Next.js (app router)

https://next-starter.thirdweb-example.com


Languages

Language:TypeScript 83.7%Language:CSS 8.4%Language:JavaScript 7.9%