Docs

createThirdwebClient

Creates a Thirdweb client with the provided options.

Example

import { createThirdwebClient } from "thirdweb";
const client = createThirdwebClient({ clientId: "..." });

Parameters

Returns

The created Thirdweb client.