UNPKG

create-w3-app

Version:
14 lines (12 loc) 346 B
import type { PrivyClientConfig } from "@privy-io/react-auth"; export const privyConfig: PrivyClientConfig = { embeddedWallets: { createOnLogin: "users-without-wallets", requireUserPasswordOnCreate: true, showWalletUIs: true, }, loginMethods: ["wallet", "email", "sms"], appearance: { showWalletLoginFirst: true, }, };