# @apocentre/bc-ur

> A JS implementation of the Uniform Resources (UR) specification from Blockchain Commons

Latest version **1.1.0** (published 2021-02-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install @apocentre/bc-ur
pnpm add @apocentre/bc-ur
yarn add @apocentre/bc-ur
bun add @apocentre/bc-ur
```

## 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.0 |
| Published | 2021-02-19 |
| First published | 2021-02-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 12 |
| Unpacked size | 106 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Antonis Poulakis |
| Maintainers | antwnic4, nikosfotiadis, ppoliani |
| Keywords | bc-ur |

## Links

- npm: https://www.npmjs.com/package/@apocentre/bc-ur
- Repository: https://github.com/Apocentre/bc-ur
- Homepage: https://github.com/Apocentre/bc-ur#readme
- Issues: https://github.com/Apocentre/bc-ur/issues
- npm.io page: https://npm.io/package/@apocentre/bc-ur

## Dependencies (12)

- [crc](https://npm.io/package/crc.md) ^3.8.0
- [cborg](https://npm.io/package/cborg.md) ^1.0.4
- [assert](https://npm.io/package/assert.md) ^2.0.0
- [sha.js](https://npm.io/package/sha.js.md) ^2.4.11
- [cbor-sync](https://npm.io/package/cbor-sync.md) ^1.0.4
- [@types/crc](https://npm.io/package/@types/crc.md) ^3.4.0
- [big-integer](https://npm.io/package/big-integer.md) ^1.6.48
- [bignumber.js](https://npm.io/package/bignumber.js.md) ^9.0.1
- [@iljucha/cbor](https://npm.io/package/@iljucha/cbor.md) ^1.0.10
- [@types/sha.js](https://npm.io/package/@types/sha.js.md) ^2.4.0
- [@ellipticoin/cbor](https://npm.io/package/@ellipticoin/cbor.md) ^1.0.4
- [@apocentre/alias-sampling](https://npm.io/package/@apocentre/alias-sampling.md) ^0.5.3

## Recent versions

- 1.1.0 (latest) — 2021-02-19
- 1.0.0 — 2021-02-19

## README

# BC-UR

This repository is an implementation of the BC-UR encoding, following the [C++ implementation](https://github.com/BlockchainCommons/bc-ur) and trying to provide a similar API for Javascript/Typescript usage.

## Installing

To install, run:

```bash
yarn add @apocentre/bc-ur
```

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