@quantabit/profile-sdk
v1.0.2
Published
QuantaBit User Profile SDK - Behavioral auto-tagging, dynamic profile building, and precision targeting
Maintainers
Readme
@quantabit/profile-sdk
QuantaBit User Profile SDK - Behavioral auto-tagging and dynamic profile building
📦 Installation
npm install @quantabit/profile-sdk
# or
yarn add @quantabit/profile-sdk🚀 Quick Start
Using Hooks
import { useProfile } from '@quantabit/profile-sdk';
function MyComponent() {
const result = useProfile();
return <div>...</div>;
}API Client
import { profileApi } from '@quantabit/profile-sdk';
// Use profileApi for direct API calls
const data = await profileApi.list();🪝 Hooks
| Hook | Description |
| ---- | ----------- |
| useProfile | Profile management |
📖 Type Definitions
import { TagType, TagSource, LifecycleStage, ValueTier } from '@quantabit/profile-sdk';🌐 Internationalization
import { setLanguage, t } from '@quantabit/profile-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
