Frame Wallet
Prompt users to connect to your app with their Frame Wallet.
Usage
import { FrameWallet } from "@thirdweb-dev/wallets";
const wallet = new FrameWallet();
wallet.connect();
Configuration
Optionally, provide a configuration object when instantiating the FrameWallet
class.
clientId (recommended)
chains
dappMetadata
walletStorage
Methods
Inherits all the public methods from the AbstractClientWallet
class.