@quantabit/wallet-custody-sdk
v1.0.2
Published
QuantaBit Wallet Custody SDK - MPC wallet and social recovery
Readme
@quantabit/wallet-custody-sdk
QuantaBit Wallet Custody SDK - MPC wallet and social recovery
📦 Installation
npm install @quantabit/wallet-custody-sdk
# or
yarn add @quantabit/wallet-custody-sdk🚀 Quick Start
Using Hooks
import { useWalletCustody, useSocialRecovery } from '@quantabit/wallet-custody-sdk';
function MyComponent() {
const result = useWalletCustody();
const result = useSocialRecovery();
return <div>...</div>;
}API Client
import { walletCustodyApi } from '@quantabit/wallet-custody-sdk';
// Use walletCustodyApi for direct API calls
const data = await walletCustodyApi.list();🪝 Hooks
| Hook | Description |
| ---- | ----------- |
| useWalletCustody | Wallet Custody management |
| useSocialRecovery | Social Recovery management |
🌐 Internationalization
import { setLanguage, t } from '@quantabit/wallet-custody-sdk';
setLanguage("en");📄 License
MIT License
🌐 Brand & Links
- Official Mainnet: QuantaBit Chain
- Developer Platform: Developer Platform
- Open Platform: Open Platform
- Payment Platform: Pay Platform
- Feedback: Feedback
