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.
An on/off ramp API for direct buy and sell experiences within your application, facilitating easy and secure transactions.
Xellar DevKit is versatile and can be implemented in various scenarios, including:
- 🎮 In-game wallets (mobile and web)
- 🌍 Community-based apps
- 💹 Exchange wallets
- 💸 Remittance-based wallets
- 🏦 Custodial wallet systems
To start using the Xellar SDK, follow these steps:
-
Install the SDK:
npm install xellar-ew-sdk
-
Import and initialize the SDK:
import XellarSDK from 'xellar-ew-sdk'; const xellar = new XellarSDK({ clientSecret: 'YOUR_CLIENT_SECRET', env: 'sandbox | production', });
-
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.
For further assistance, contact us:
- 📧 Email: support@xellar.co
- 📱 Telegram: @xellarsupport
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/.