Coinbase Wallet-specific features including passkey authentication support
Coinbase Wallet provides unique features like passkey/WebAuthn support alongside standard wallet functionality. OnchainTestKit offers comprehensive automation for all Coinbase Wallet features.
interface PasskeyConfig { name: string; // Display name for the passkey rpId: string; // Relying Party ID (domain) rpName: string; // Relying Party Name userId: string; // User identifier isUserVerified?: boolean; // Whether user verification is required}