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 bigblocksimport { HandCashConnector } from 'bigblocks';
export default function WalletConnect() {
return (
<HandCashConnector
config={{
appId: 'your-handcash-app-id'
}}
/>
);
}