MiniKitProvider Setup
The MiniKitProvider wraps your app and provides MiniKit context to all child components. It configures wagmi, react-query, and the Farcaster connector automatically.app/providers.tsx
Provider Configuration
Required Props
Optional Configuration
Frame Initialization
Initialize MiniKit in your main component to signal frame readiness:app/App.tsx
useMiniKit Hook
TheuseMiniKit hook provides access to frame state and user context:
any-component.tsx