Docs

EthersWallet

Wallet interface to connect using ethers.js signer

Example

import { EthersWallet } from "@thirdweb-dev/wallets";
import { Wallet } from "ethers";
// can be any ethers.js signer
const signer = Wallet.createRandom();
const wallet = new EthersWallet(signer);
await wallet.connect();

Methods

Inherited Methods

Properties