Skip to main content
Base App is working towards full compatibility with the Farcaster Mini App SDK. During beta, some features are not yet supported.

Currently Unsupported (examples)

  • Notifications: not yet supported
  • Mini App actions: .addMiniApp(), .requestCameraAndMicrophoneAccess() (ETA 8/28)

Base App Client Detection

App.tsx

Wallet Interactions

Base App provides multiple wallet integration methods:
App.tsx

Method 2: Wagmi Hooks

App.tsx

Method 3: Browser Window Access

App.tsx
Use MiniKit hooks instead of manual Farcaster deeplinks:
  • useOpenUrl() instead of farcaster://open-url
  • useComposeCast() instead of manual cast composition
  • useViewProfile() instead of profile deeplinks
App.tsx