bech32

v2.0.0
Bech32 encoding / decoding
base32 bech32 bech32m bitcoin crypto crytography decode decoding encode and 2 more...

build

npm run clean && tsc -d

clean

rimraf dist

coverage

nyc -x dist/test/*.js --check-coverage --branches 90 --functions 90 tape dist/test/*.js

format

npm run prettier -- --write

format:ci

npm run prettier -- --check

gitdiff:ci

npm run build && git diff --exit-code

lint

tslint -p tsconfig.json -c tslint.json

prettier

prettier --print-width 100 --single-quote --trailing-comma=all "**/!(*.d).ts"

test

tape dist/test/*.js | tap-dot
npm i bech32

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 2/15/2021

Downloads