ThirdwebProvider

The ThirdwebProvider is component is a provider component that sets up the React Query client.

Example

import { ThirdwebProvider } from "thirdweb/react";
function Example() {
return (
<ThirdwebProvider>
<App />
</ThirdwebProvider>
);
}

Parameters

Returns