Blockchain Commons Uniform Resources (UR) for TypeScript
npm install @bcts/uniform-resources> Disclaimer: This package is under active development and APIs may change.
Uniform Resources (URs) are URI-encoded CBOR structures developed by Blockchain Commons. This package is intended primarily for use in higher-level Blockchain Commons projects like Gordian Envelope.
It is a requirement of the UR specification that the CBOR encoded as URs conform to Gordian dCBOR, which is a deterministic profile of CBOR specified in this IETF Internet Draft.
The primary specification for URs is BCR-2020-005: Uniform Resources.
This TypeScript implementation is based on bc-ur-rust v0.19.0 (commit).