Socket
Socket
Sign inDemoInstall

@ground-x/embedded-wallet-web-sdk

Package Overview
Dependencies
2
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ground-x/embedded-wallet-web-sdk

Web SDK for the Klip Embedded Wallet


Version published
Weekly downloads
2
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Embedded Wallet Web SDK

The Embedded Wallet Web SDK, developed by GroundX, is a software development kit for integrating wallet functionalities into web applications.


Installation

Using npm:

npm install @ground-x/embedded-wallet-web-sdk

Using yarn:

yarn add @ground-x/embedded-wallet-web-sdk

Basic Usage

  1. Import the SDK
import { Klip } from '@ground-x/embedded-wallet-web-sdk'
  1. Initialize the SDK
const klip = new Klip({
  appKey: 'testAppKey',
  region: 'global',
  environment: 'prod',
})
  1. Use the necessary SDK functions
try {
  const loginResult = await klip.auth.login() // try to login
  const walletAddress = loginResult.walletAddress // get the user's address
} catch (e) {
  // Handle error
}

Support

If you encounter any issues or require assistance, please send email ( For Korean users / For Global users )


License

The Embedded Wallet Web SDK is licensed under the MIT License.

FAQs

Last updated on 20 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc