ThirdwebSDKProvider
The ThirdwebSDKProvider
is used when you want to provide your own wallet connection logic and just use the thirdweb SDK to
interact with smart contracts and the blockchain. This means you can use everything in the SDK except for wallet connection-related components and hooks.
Wrap your app in the ThirdwebSDKProvider
to access the SDK's functionality from anywhere in your app. Provide a signer
prop to inform the SDK of the wallet you want to use, among other configuration options.
Usage
Wrap your app in the ThirdwebSDKProvider
to access the SDK's functionality from anywhere in your app.