Wallet interface to connect using a Private Key
import { PrivateKeyWallet } from "@thirdweb-dev/wallets"; // can be any ethers.js signer const privateKey = process.env.PRIVATE_KEY; const wallet = new PrivateKeyWallet(privateKey);