1.0.3 • Published 1 year ago

@ground-x/embedded-wallet-web-sdk v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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.

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0-rc.2

1 year ago

1.0.0-rc.1

1 year ago

1.0.0

1 year ago