New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@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

npmnpm
Version
1.1.18
Version published
Weekly downloads
5
-64.29%
Maintainers
3
Weekly downloads
 
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 21 Nov 2022

Related posts