# @cvbb/qr-protocol

> QRCode Protocol

Latest version **2.0.4** (published 2021-03-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install @cvbb/qr-protocol
pnpm add @cvbb/qr-protocol
yarn add @cvbb/qr-protocol
bun add @cvbb/qr-protocol
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.4 |
| Published | 2021-03-30 |
| First published | 2020-11-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 1.6 MB |
| Known vulnerabilities | 0 (+11 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 3 |
| Maintainers | soralit |

## Links

- npm: https://www.npmjs.com/package/@cvbb/qr-protocol
- Repository: https://github.com/CoboVault/cobo-vault-blockchain-base
- Homepage: https://github.com/CoboVault/cobo-vault-blockchain-base#readme
- Issues: https://github.com/CoboVault/cobo-vault-blockchain-base/issues
- npm.io page: https://npm.io/package/@cvbb/qr-protocol

## Dependencies (5)

- [crypto-js](https://npm.io/package/crypto-js.md) ^4.0.0
- [protobufjs](https://npm.io/package/protobufjs.md) ^6.10.1
- [@cvbb/bc-ur](https://npm.io/package/@cvbb/bc-ur.md) ^0.2.15
- [@apocentre/bc-ur](https://npm.io/package/@apocentre/bc-ur.md) ^1.1.0
- [@types/crypto-js](https://npm.io/package/@types/crypto-js.md) ^4.0.1

## Recent versions

- 2.0.4 (latest) — 2021-03-30
- 2.0.3 — 2021-03-26
- 2.0.2 — 2021-03-26
- 2.0.1 — 2021-03-26
- 2.0.0 — 2021-03-26
- 1.0.1 — 2021-03-24
- 1.0.0 — 2021-03-22
- 0.1.10 — 2021-03-11
- 0.1.9 — 2021-03-05
- 0.1.8 — 2021-03-05
- 0.1.7 — 2020-12-01
- 0.1.6 — 2020-11-12
- 0.1.5 — 2020-11-06
- 0.1.4 — 2020-11-06
- 0.1.3 — 2020-11-06
- … 1 more at https://npm.io/package/@cvbb/qr-protocol/versions

## README

# Cobo Vault BlockChain Base
This is library is some experimental library on Cobo Vault. Currently it have the following library.

[bc-bech32](https://github.com/CoboVault/cobo-vault-blockchain-base/tree/master/packages/bc-bech32): this is javascript/TypeScript implementation for [bc-bech32](https://github.com/BlockchainCommons/Research/blob/master/papers/bcr-0004-bc32.md).

[bc-ur](https://github.com/CoboVault/cobo-vault-blockchain-base/tree/master/packages/bc-ur): this is javascript/TypeScript implementation for [bc-ur](https://github.com/BlockchainCommons/Research/blob/master/papers/bcr-0005-ur.md).

## Installation

```
    npx lerna bootstrap
```

## Test

```
    yarn test
```

## Build

```
    yarn build
```

note: for using the node vesion should be upper than 10.16

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