bip39

v3.1.0
Bitcoin BIP39: Mnemonic code for generating deterministic keys

build

npm run clean && tsc -p tsconfig.json

clean

rm -rf src

coverage

nyc --branches 85 --functions 100 --check-coverage npm run unit

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 'ts_src/**/*.ts' --ignore-path ./.prettierignore

test

npm run build && npm run format:ci && npm run lint && npm run unit

unit

tape test/*.js

update

node -e "require('./util/wordlists').update()"
npm i bip39

Metadata

  • ISC
  • Whatever
  • Wei Lu
  • released 2/25/2023

Downloads

Maintainers