Core Wallet
Prompt users to connect to their Core wallet.
Usage
import { CoreWallet } from "@thirdweb-dev/wallets";
const wallet = new CoreWallet();
wallet.connect();
Configuration
Optionally, provide a configuration object when instantiating the CoreWallet
class.
projectId (recommended)
recommended (optional)
Methods
Inherits all the public methods from the AbstractClientWallet
class.