WalletConnect

Connect user wallets with Reown AppKit integration

WalletConnect

Connect user wallets with Reown AppKit integration

Props

showManualInputbooleandefault: true

Show manual address input option

Example

1import { WalletConnect } from 'pyhard-vendor-sdk';
2
3function MyComponent() {
4  return (
5    <WalletConnect 
6      showManualInput={false}
7    />
8  );
9}