🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@gotabit/qrcode-modal

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gotabit/qrcode-modal

The QRcode for GotaBit walletconnect

latest
npmnpm
Version
1.1.27
Version published
Maintainers
3
Created
Source

gotabit-walletconnect-qrcode-modal

Gotabit Walletconnect QRcode modal

Install

npm install

npm i @gotabit/qrcode-modal

yarn install

yarn add @gotabit/qrcode-modal

Open Qrcode modal with es import

import QRCodeModal from '@gotabit/qrcode-modal'

const onClose = () => {
  console.log('modal closed!')
}

QRCodeModal.open(uri, onClose)

Open Qrcode modal with umd

;<script src="https://unpkg.com/@gotabit/qrcode-modal"></script>

const onClose = () => {
  console.log('modal closed!')
}

window.GotabitQRCodeModal.open(uri, onClose)

Credits

Code built with the help of these related projects:

  • @walletconnect/qrcode-modal QR Code Modal for WalletConnect
  • @walletconnect/browser-utils Browser Utilities for WalletConnect

FAQs

Package last updated on 19 Jul 2023

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