0.0.7 • Published 5 years ago

checkr-lib v0.0.7

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

checkr-lib

Description

Checkr-lib is a javascript library to check digital identifiers.

How to install

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.

How to use

import * as CheckrLib from 'checkr-lib'

let isBTCValid = CheckrLib.isValid(CheckrLib.Coins.BTC, 'btcPublicAddress');

How to build

  1. yarn
  2. yarn build
  3. yarn test

Remove built files : yarn clean

Remove built files AND node_modules : yarn cleanAll

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago