Creative Tim UICreative Tim UI
HomeBlocksWeb 3Web3 Login

Web3 Login Blocks based on shadcn/ui

Files
app/choose-crypto-wallet-login/page.tsx
import ChooseCryptoWalletLogin from "@/components/creative-tim/blocks/choose-crypto-wallet-login"

export default function Page() {
  return <ChooseCryptoWalletLogin />
}
Crypto wallet selection login with search and connect functionality
choose-crypto-wallet-login
Choose Your Wallet
Select from a range of wallets for seamless authentication and secure access.

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 />
}
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
QR code scanning authentication with copy and install options
scan-qr-code-login
Connect via QR Code
Use your mobile wallet or phone's camera to scan this QR code and connect instantly.
qr-code

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 />
}
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
Simplified Web3 login with email and wallet authentication
simple-crypto-login
Web3 Login Simplified
Enjoy quick and secure access to your accounts on various Web3 platforms.
Secure & Encrypted Connection
Or continue with

Upon 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 />
}
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
Advanced Web3 login with email/phone tabs and multiple wallet options
login-with-crypto-wallet-authentication
One-Click Web3 Access
Access your Web3 accounts with just one click using our convenient login card.

Or 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 />
}
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
Blockchain network selection for wallet connection
choose-blockchain-login
Choose Your Blockchain
This wallet facilitates connectivity across various chains. Choose the chain you wish to link with.
trust

Upon 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 />
}