Get up and running with the tx-kit react hooks
React.Context
that can be used to access the transmissions client in a react component tree. The context provider should wrap your component tree beneath your wallet providers.
Below is an example using the NextJS app router, rainbowkit, and coinbase smart wallet. The context provider pairs very nicely with wagmi hooks.
TranmissionsClient
8453 | 84532
PublicClient<Transport, Chain>
WalletClient<Transport, Chain, Account>
PaymasterConfig