Interact with the blockchain
Once connected, in-app wallets can be used alongside the Contract SDK to interact with the blockchain.
The ThirdwebProvider
handles maintaining the connection state, and allows using all the hooks in the SDK to interact with the blockchain as the connected user.
Here's an example using the TransactionButton
component to claim an NFT on a smart contract:
View everything you can do in the Connect SDK once you have connected your wallet: