Installation
Let’s get you set up with Link using our React SDK
Install the WalletKit SDK
Setup WalletKitLink & WalletKitLinkProvider
Initialize WalletKitLink
with your Project ID and wrap your app with WalletKitLinkProvider
, adding it as close to the root as possible.
Install the WalletKit SDK
Setup WalletKitLink & WalletKitLinkProvider
Initialize WalletKitLink
with your Project ID and wrap your app with WalletKitLinkProvider
, adding it as close to the root as possible.
Create a wagmi project
If you haven’t already, follow the steps over at wagmi.sh to create a wagmi project.
Install the WalletKit SDK
Add WalletKit connector to wagmi config
In your wagmi config, add the WalletKit connector with your WalletKit Project ID.
Add WalletKitLinkWagmiProvider
Wrap your app in WalletKitLinkWagmiProvider
, adding it right after WagmiProvider
and QueryClientProvider
.