Skip to main content
Integrate Privy for enhanced authentication and user management.

What is Privy?

Privy provides seamless authentication and wallet management for Web3 applications.

Integration Benefits

  • Social logins - Google, Twitter, Discord
  • Wallet creation - Automatic wallet generation
  • User management - Built-in user profiles
  • Security - Enterprise-grade security

Quick Integration

import { PrivyProvider } from '@privy-io/react-auth'

function App() {
  return (
    <PrivyProvider
      appId="your-privy-app-id"
      config={{
        loginMethods: ['email', 'wallet', 'google'],
        appearance: {
          theme: 'light',
          accentColor: '#676FFF',
        },
      }}
    >
      <YourApp />
    </PrivyProvider>
  )
}

Documentation