RainbowKit
Set up RainbowKit with Seismic for wallet connection
Prerequisites
npm install @rainbow-me/rainbowkit wagmi viem @tanstack/react-query seismic-react seismic-viemStep 1: Configure wagmi
import { getDefaultConfig } from "@rainbow-me/rainbowkit";
import { seismicTestnet } from "seismic-react/rainbowkit";
const config = getDefaultConfig({
appName: "My Seismic App",
projectId: "YOUR_WALLETCONNECT_PROJECT_ID",
chains: [seismicTestnet],
});Step 2: Set Up Providers
Step 3: Add the Connect Button
Step 4: Use Shielded Hooks
Next.js Setup
Local Development with Sanvil
Complete Example
See Also
Last updated

