An open API service indexing awesome lists of open source software.

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

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).