Socket
Socket
Sign inDemoInstall

@keystonehq/sdk

Package Overview
Dependencies
Maintainers
5
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keystonehq/sdk

Keystone airgaped wallet SDK


Version published
Weekly downloads
34K
increased by10.35%
Maintainers
5
Weekly downloads
 
Created

Readme

Source

@keystonehq/sdk

@keystonehq/sdk is library for helping developer to do integration with Keystone.

the main purpose is to encode and decode data for QR Code usage.

currently we use UR to encode data. check this for detail info about UR

Install

yarn add @keystonehq/sdk
npm install --save @keystonehq/sdk

Usage

import sdk from '@keystonehq/sdk';
const read = async () => {
    const result = await sdk.read();
}

const play = async () => {
    await sdk.play("any data string");
}

API

NameParametersresultDescription
readPromise<{type: 'text' | 'json' | 'ur', data: string} | null>Open a modal and read qrcode with camera, will return null when click Close button
playdata: string, options?: {refreshSpeed?: number}PromiseOpen a modal and display a dynamic qrcode, will resolve when click Finish button

FAQs

Package last updated on 03 Jun 2024

Did you know?

Socket

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
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc