$ cnpm install checkr-lib
Checkr-lib is a javascript library to check digital identifiers.
Checkr-lib is available on our github public repo.
yarn add spacelephantlabs/checkr-lib#publish
npm install spacelephantlabs/checkr-lib#publish
N.B: If you don't specify #publish
branch, you will get the dev package.
import * as CheckrLib from 'checkr-lib'
let isBTCValid = CheckrLib.isValid(CheckrLib.Coins.BTC, 'btcPublicAddress');
yarn
yarn build
yarn test
Remove built files : yarn clean
Remove built files AND node_modules
: yarn cleanAll
Copyright 2014 - 2017 © taobao.org |