@keystonehq/bc-ur-registry

v0.7.0
A JS implementation of Uniform Resources(UR) Registry specification from Blockchain Commons

lint

eslint . --ext .ts,.tsx

test

jest --coverage

build

tsc -p tsconfig.json && cp src/lib/cbor-sync.d.ts dist/lib

clean

rimraf coverage build tmp dist

start

node dist/index.js

test:watch

jest --watch

build:watch

tsc -w -p tsconfig.json

build:release

yarn run clean && yarn run build && yarn run build:purescript

build:purescript

webpack --config webpack.config.js
npm i @keystonehq/bc-ur-registry

Metadata

Downloads