@quantabit/legal-sdk
v1.0.2
Published
QuantaBit Legal SDK - Terms of service management, compliance tracking, and legal document handling
Maintainers
Readme
@quantabit/legal-sdk
QuantaBit Legal SDK - Terms of service management, compliance tracking, and legal document handling
📦 Installation
npm install @quantabit/legal-sdk
# or
yarn add @quantabit/legal-sdk🚀 Quick Start
import { legalApi } from "@quantabit/legal-sdk";
// Configure API base URL
// Uses /api/v1/legal by defaultDependencies
This SDK depends on @quantabit/sdk-config for unified configuration management.
Make sure to initialize the configuration at application startup:
import { initConfig } from '@quantabit/sdk-config';
initConfig({
apiBaseUrl: 'https://your-api-domain.com/api/v1',
});📄 License
MIT © QuantaBit
🌐 Brand & Links
- Official Mainnet: QuantaBit Chain
- Developer Platform: Developer Platform
- Open Platform: Open Platform
- Payment Platform: Pay Platform
- Feedback: Feedback
