xellar-ew-sdk
TypeScript icon, indicating that this package has built-in type declarations

3.6.5 • Public • Published

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-ew-sdk
  2. Import and initialize the SDK:

    import XellarSDK from 'xellar-ew-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:

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/.

Readme

Keywords

Package Sidebar

Install

npm i xellar-ew-sdk

Weekly Downloads

694

Version

3.6.5

License

ISC

Unpacked Size

413 kB

Total Files

14

Last publish

Collaborators

  • xellar