Web3 wallet selection interface with search functionality and wallet options (Metamask, Coinbase, Trust). Features wallet search input, individual wallet selection buttons with icons, connect button, and terms of service footer. Perfect for Web3 authentication flows and cryptocurrency wallet integration.
Upon signing in, you consent to abide by our Terms of Service & Privacy Policy.
import ChooseCryptoWalletLogin from "@/components/creative-tim/blocks/choose-crypto-wallet-login"
export default function Page() {
return <ChooseCryptoWalletLogin />
}
Mobile-friendly QR code authentication interface with back navigation. Features large QR code display, copy QR code button, install extension button, and terms acceptance footer. Ideal for mobile wallet connections, cross-device authentication, and Web3 login flows requiring QR code scanning.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PRO
Upon signing in, you consent to abide by our Terms of Service & Privacy Policy.
import ScanQrCodeLogin from "@/components/creative-tim/blocks/scan-qr-code-login"
export default function Page() {
return <ScanQrCodeLogin />
}
Simple Web3 authentication with multiple login options. Features email input with connect button, Google sign-in integration, wallet authentication button, and privacy policy footer. Perfect for Web3 applications requiring both traditional and crypto wallet login methods.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROUpon signing in, you consent to abide by our Terms of Service and Privacy Policy.
Don't have an account? Sign up for free
import SimpleCryptoLogin from "@/components/creative-tim/blocks/simple-crypto-login"
export default function Page() {
return <SimpleCryptoLogin />
}
Comprehensive Web3 authentication with email/phone number tabs, Google sign-in, and wallet options (Metamask, Coinbase, Trust). Features animated tab switcher, email input, connect button, divider section, and multiple wallet authentication buttons. Ideal for advanced Web3 apps requiring flexible authentication methods.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROOr Wallet Authentication
Upon signing in, you consent to abide by our Terms of Service & Privacy Policy.
import LoginWithCryptoWalletAuthentication from "@/components/creative-tim/blocks/login-with-crypto-wallet-authentication"
export default function Page() {
return <LoginWithCryptoWalletAuthentication />
}
Blockchain network selection interface with back navigation and Trust wallet branding. Features blockchain options (Bitcoin, Solana, Ethereum, Binance Smart Chain) with icons, connect button, and terms footer. Perfect for multi-chain Web3 applications requiring network selection before wallet connection.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROUpon signing in, you consent to abide by our Terms of Service & Privacy Policy.
import ChooseBlockchainLogin from "@/components/creative-tim/blocks/choose-blockchain-login"
export default function Page() {
return <ChooseBlockchainLogin />
}