# @walletconnect/qrcode-modal

> QR Code Modal for WalletConnect

Latest version **1.8.0** (published 2022-08-02) · Apache-2.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @walletconnect/qrcode-modal
pnpm add @walletconnect/qrcode-modal
yarn add @walletconnect/qrcode-modal
bun add @walletconnect/qrcode-modal
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.8.0 |
| Published | 2022-08-02 |
| First published | 2019-01-25 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 243.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1685 |
| Author | WalletConnect, Inc. |
| Maintainers | gancho_walletconnect, sbc64, iljadoesdev, bkrem, pedrouid |
| Keywords | wallet, walletconnect, ethereum, jsonrpc, mobile, qrcode, web3, crypto, cryptocurrency, dapp |

## Links

- npm: https://www.npmjs.com/package/@walletconnect/qrcode-modal
- Repository: https://github.com/walletconnect/walletconnect-monorepo
- Homepage: https://github.com/WalletConnect/walletconnect-monorepo/
- Issues: https://github.com/walletconnect/walletconnect-monorepo/issues
- npm.io page: https://npm.io/package/@walletconnect/qrcode-modal

## Dependencies (6)

- [preact](https://npm.io/package/preact.md) 10.4.1
- [qrcode](https://npm.io/package/qrcode.md) 1.4.4
- [copy-to-clipboard](https://npm.io/package/copy-to-clipboard.md) ^3.3.1
- [@walletconnect/types](https://npm.io/package/@walletconnect/types.md) ^1.8.0
- [@walletconnect/browser-utils](https://npm.io/package/@walletconnect/browser-utils.md) ^1.8.0
- [@walletconnect/mobile-registry](https://npm.io/package/@walletconnect/mobile-registry.md) ^1.4.0

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.8.0 (latest) — 2022-08-02
- 1.8.0-rc.0 (next) — 2022-06-11
- 1.7.8 — 2022-04-26
- 1.7.7 — 2022-03-28
- 1.7.6 — 2022-03-28
- 1.7.5 — 2022-03-14
- 1.7.4 — 2022-03-07
- 1.7.3 — 2022-03-02
- 1.7.2-rc.0 — 2022-01-11
- 1.7.1 — 2022-01-11
- 1.7.1-alpha.0 — 2022-01-05
- 1.7.0 — 2021-12-13
- 1.6.6 — 2021-10-05
- 1.6.5 — 2021-08-26
- 1.6.4 — 2021-08-24
- … 206 more at https://npm.io/package/@walletconnect/qrcode-modal/versions

## README

# WalletConnect QR Code Modal

QR Code Modal for WalletConnect

For more details, read the [documentation](https://docs.walletconnect.org)

```js
import WalletConnectQRCodeModal from "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();
```

---
_Source: https://npm.io/package/@walletconnect/qrcode-modal · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
