Documentation
WalletConnect
Connect user wallets with Reown AppKit integration
WalletConnect
Connect user wallets with Reown AppKit integration
Props
showManualInputbooleandefault: trueShow manual address input option
Example
1import { WalletConnect } from 'pyhard-vendor-sdk';
2
3function MyComponent() {
4 return (
5 <WalletConnect
6 showManualInput={false}
7 />
8 );
9}