create-w3-app
Version:
Create ethereum dApps with w3 stack
14 lines (12 loc) • 346 B
text/typescript
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,
},
};