@bcts/uniform-resources
v1.0.0-alpha.16
Published
Blockchain Commons Uniform Resources (UR) for TypeScript
Maintainers
Readme
Blockchain Commons Uniform Resources for TypeScript
Disclaimer: This package is under active development and APIs may change.
Introduction
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.
Specification
The primary specification for URs is BCR-2020-005: Uniform Resources.
Rust Reference Implementation
This TypeScript implementation is based on bc-ur-rust v0.18.0 (commit).
