# @cvbb/bc-bech32

> > TODO: description

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

## Install

```sh
npm install @cvbb/bc-bech32
pnpm add @cvbb/bc-bech32
yarn add @cvbb/bc-bech32
bun add @cvbb/bc-bech32
```

## 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 | 1.1.15 |
| Published | 2021-03-30 |
| First published | 2020-10-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 22.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | aaronisme |
| Maintainers | soralit |

## Links

- npm: https://www.npmjs.com/package/@cvbb/bc-bech32
- 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/bc-bech32

## Recent versions

- 1.1.15 (latest) — 2021-03-30
- 1.1.14 — 2021-03-24
- 1.1.13 — 2021-03-22
- 1.1.12 — 2021-03-11
- 1.1.11 — 2021-03-05
- 1.1.10 — 2021-03-05
- 1.1.9 — 2020-12-01
- 1.1.8 — 2020-11-12
- 1.1.7 — 2020-11-06
- 1.1.6 — 2020-11-06
- 1.1.5 — 2020-11-06
- 1.1.4 — 2020-10-16
- 1.1.3 — 2020-10-15
- 1.1.2 — 2020-10-15

## 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/bc-bech32 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
