0.29.1 • Published 5 months ago

@leapwallet/capsule-web-sdk-lite v0.29.1

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

@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:

  1. @leapwallet/cosmos-social-login-capsule-provider
  2. @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:

  1. @leapwallet/cosmos-social-login-capsule-provider: A package facilitating integration with Capsule for social login functionality in Cosmos-based applications.

  2. @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