1.8.0 • Published 2 years ago

algorand-walletconnect-qrcode-modal v1.8.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

WalletConnect QR Code Modal

QR Code Modal for WalletConnect

This is a fork of @walletconnect/qrcode-modal specifically for the Algorand blockchain.

For more details, read the documentation

import WalletConnectQRCodeModal from "algorand-walletconnect-qrcode-modal";

/**
 *  Get URI from WalletConnect object
 */
const uri = connector.uri;

/**
 *  Open QR Code Modal
 */
WalletConnectQRCodeModal.open(uri);

/**
 *  Close QR Code Modal
 */
WalletConnectQRCodeModal.close();