@quantabit/user-profile-sdk
v1.0.1
Published
QuantaBit User Profile SDK - User extended data, tags, levels, and points system
Maintainers
Readme
@quantabit/user-profile-sdk
QuantaBit User Profile SDK - User extended data, tags, levels, and points system
📦 Installation
npm install @quantabit/user-profile-sdk
# or
yarn add @quantabit/user-profile-sdk🚀 Quick Start
Using Hooks
import { userProfileApi } from '@quantabit/user-profile-sdk';
function MyComponent() {
const result = userProfileApi();
return <div>...</div>;
}API Client
import { userProfileApi } from '@quantabit/user-profile-sdk';
// Use userProfileApi for direct API calls
const data = await userProfileApi.list();🪝 Hooks
| Hook | Description |
| ---- | ----------- |
| userProfileApi | r Profile Api management |
🌐 Internationalization
import { setLanguage, t } from '@quantabit/user-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
