xellar-ew-sdk
v3.6.5
Published
Xellar Embedded Wallet SDK for Javascript/Typescript
Downloads
1,471
Readme
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:
- 🎮 In-game wallets (mobile and web)
- 🌍 Community-based apps
- 💹 Exchange wallets
- 💸 Remittance-based wallets
- 🏦 Custodial wallet systems
Getting Started 🚀
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('[email protected]');
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: [email protected]
- 📱 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/.