Back to Components
|

HandCashConnector

HandCashConnector

Connect and authenticate with HandCash wallet for seamless Bitcoin SV transactions and identity management

🔧

Live preview would be rendered here

Component: HandCashConnector

Install component

npm
$npm install bigblocks
import { HandCashConnector } from 'bigblocks';

export default function WalletConnect() {
  return (
    <HandCashConnector 
      config={{ 
        appId: 'your-handcash-app-id' 
      }}
    />
  );
}