https://github.com/thirdweb-example/youtube-web3-developer-course
https://github.com/thirdweb-example/youtube-web3-developer-course
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thirdweb-example/youtube-web3-developer-course
- Owner: thirdweb-example
- Created: 2024-06-14T23:36:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T01:06:37.000Z (over 1 year ago)
- Last Synced: 2025-03-25T21:15:41.131Z (11 months ago)
- Language: TypeScript
- Size: 134 KB
- Stars: 6
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://portal.thirdweb.com/typescript/v5/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.
```ts
const clientId = "......";
```
## Usage
### Install dependencies
```bash
yarn
```
### Start development server
```bash
yarn dev
```
### Create a production build
```bash
yarn build
```
### Preview the production build
```bash
yarn start
```
## Resources
- [thirdweb SDK documentation](https://portal.thirdweb.com/typescript/v5)
- [React components and hooks](https://portal.thirdweb.com/typescript/v5/react)
- [thirdweb Dashboard](https://thirdweb.com/dashboard)
## Join our Discord!
For any questions or suggestions, join our discord at [https://discord.gg/thirdweb](https://discord.gg/thirdweb).