Rabby Wallet
Prompt users to connect to their Rabby wallet.
Usage
import { RabbyWallet } from "@thirdweb-dev/wallets";
const wallet = new RabbyWallet();
wallet.connect();
Configuration
Optionally, provide a configuration object when instantiating the RabbyWallet
class.
recommended (optional)
Show this wallet as "recommended" in the ConnectWallet Modal.
RabbyWallet({
recommended: true,
});
Methods
Inherits all the public methods from the AbstractClientWallet
class.