Docs

MetaMaskWallet

Wallet interface for connecting to MetaMask Wallet extension or mobile app.

Example

import { MetaMaskWallet } from "@thirdweb-dev/wallets";

async function connectMetaMask() {
  const wallet = new MetaMaskWallet();
  await wallet.connect();
}

Methods

Inherited Methods

Properties