Socket
Socket
Sign inDemoInstall

@cvbb/sdk

Package Overview
Dependencies
145
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cvbb/sdk

Cobo Vault SDK


Version published
Weekly downloads
119
decreased by-62.34%
Maintainers
1
Install size
25.1 MB
Created
Weekly downloads
 

Readme

Source

@cvbb/sdk

@cvbb/sdk is library for helping developer to do integration with Cobo Vault.

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

Usage

import sdk from '@cvbb/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

Last updated on 30 Mar 2021

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