Skip to main content

ThirdwebSDKProvider variable

This feature is currently in beta and may change based on feedback that we receive.

A barebones wrapper around the Thirdweb SDK.

You can use this in order to be able to pass a provider & signer directly to the SDK.

Signature:

ThirdwebSDKProvider: React.FC<
React.PropsWithChildren<ThirdwebSDKProviderProps>
>;

Remarks

Utilizing this provider will mean hooks for wallet management are not available, if you need those please use the ThirdwebProvider instead.