4.2.12 • Published 4 months ago

@xellar/sdk v4.2.12

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Xellar SDK Version License

Key Components

🌐 Embedded Wallets

Xellar's Embedded Wallets are self-custodial wallets that can be seamlessly integrated into your application, eliminating the need for separate wallet clients like browser extensions or mobile apps.

💱 Xellar Convert

An on/off ramp API for direct buy and sell experiences within your application, facilitating easy and secure transactions.

Use Cases

Xellar DevKit is versatile and can be implemented in various scenarios, including:

  1. 🎮 In-game wallets (mobile and web)
  2. 🌍 Community-based apps
  3. 💹 Exchange wallets
  4. 💸 Remittance-based wallets
  5. 🏦 Custodial wallet systems

Getting Started 🚀

To start using the Xellar SDK, follow these steps:

  1. Install the SDK:

    npm install @xellar/sdk
  2. Import and initialize the SDK:

    import XellarSDK from '@xellar/sdk';
    
    const xellar = new XellarSDK({
       clientSecret: 'YOUR_CLIENT_SECRET',
       env: 'sandbox | production',
    });
  3. Use the SDK's features:

    • Login with email:

      const verificationToken = await xellar.auth.email.loginWithEmail('user@example.com');
    • Verify email:

      const result = await xellar.auth.email.verifyEmail(verificationToken, 'OTP_CODE');

For more detailed implementation guides and API references, please visit our official documentation.

Support 📞

For further assistance, contact us:

  • 📧 Email: support@xellar.co
  • 📱 Telegram: @xellarsupport

About Xellar 🌟

At Xellar, we're focused on pushing the boundaries of technology to simplify the Web3 experience into a familiar Web2 manner. Our DevKit provides developers with the tools needed to create seamless blockchain-integrated applications.

For more information, visit https://docs.xellar.co/.

4.2.12

4 months ago

4.2.11

5 months ago