Skip to Content
Clerk logo

Clerk Docs

Ctrl + K
Go to clerkstage.dev

Web3Wallet verification

These are all methods on the Web3Wallet class that allow you to verify a user's web3 wallet.

prepareVerification()

function prepareVerification(params: PrepareWeb3WalletVerificationParams): Promise<Web3Wallet>;

Kick off the verification process for this web3 wallet. The user will be prompted to sign a generated nonce by the browser extension e.g MetaMask.

PrepareWeb3WalletVerificationParams

NameTypeDescription
strategy'web3_metamask_signature'The verification strategy.
Possible strategy values are:
  • web3_metamask_signature: User will need to sign a message and generate a signature using MetaMask browser extension.

attemptVerification()

function attemptVerification(params: AttemptWeb3WalletVerificationParams): Promise<Web3Wallet>;

Attempts to verify this web3 wallet, by passing the generated signature.

AttemptWeb3WalletVerificationParams

NameTypeDescription
signaturestringThe signature that was generated after prepareVerification was called.

What did you think of this content?

Clerk © 2024