README
BC-UR
This repository is an implementation of the BC-UR encoding, following the C++ implementation and trying to provide a similar API for Javascript/Typescript usage.
Installing
To install, run:
yarn add @apocentre/bc-ur
A JS implementation of the Uniform Resources (UR) specification from Blockchain Commons
<script type="module">
import apocentreBcUr from 'https://cdn.skypack.dev/@apocentre/bc-ur';
</script>
This repository is an implementation of the BC-UR encoding, following the C++ implementation and trying to provide a similar API for Javascript/Typescript usage.
To install, run:
yarn add @apocentre/bc-ur