Learn how to integrate Abstract Global Wallet with React.
AbstractWalletProvider
component to enable the use of the package’s hooks and components
throughout your application.
use client
directive at the top of your file (see
example)
and wrap your application in this component (see
example).AbstractWalletProvider
wraps your application in both the WagmiProvider and
QueryClientProvider,
meaning you can use the hooks and features of these libraries within your application.