@leapwallet/capsule-web-sdk-lite
v0.29.1
Published
The `@leapwallet/capsule-web-sdk-lite` is a lightweight non user interface (UI) variant of the `@usecapsule/web-sdk`. This stripped-down version is designed for simplified integration with two specific packages:
Downloads
273
Readme
@leapwallet/capsule-web-sdk-lite
The @leapwallet/capsule-web-sdk-lite
is a lightweight non user interface (UI) variant of the @usecapsule/web-sdk
. This stripped-down version is designed for simplified integration with two specific packages:
- @leapwallet/cosmos-social-login-capsule-provider
- @leapwallet/cosmos-social-login-capsule-provider-ui
Installation
To use @leapwallet/capsule-web-sdk-lite
in your project, install it using the following command:
npm install @leapwallet/capsule-web-sdk-lite
Integration with Social Login and Capsule Provider
@leapwallet/capsule-web-sdk-lite
is optimized for integration with the following packages:
@leapwallet/cosmos-social-login-capsule-provider: A package facilitating integration with Capsule for social login functionality in Cosmos-based applications.
@leapwallet/cosmos-social-login-capsule-provider-ui: A UI package designed to work in conjunction with the social login capsule provider for a streamlined user experience.
Example
import CapsuleWebSdkLite from '@leapwallet/capsule-web-sdk-lite';
// Your integration code here