mnemonic-seed-js
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

MNEMONIC-SEED-JS

mnemonic and seed generator according to BIP39


NPM Version NPM Downloads License [changelog]

npm install mnemonic-seed-js
yarn add mnemonic-seed-js

Examples

import Seed from "mnemonic-seed-js";

const seed = Seed.new();

// === Seed.new({ bitsSize: '128', language: 'english', passphrase: '' });
seed.buffer; // Bytes
seed.entropy; // Binary
seed.mnemonic; // Mnemonic
seed.privatekey; // Private Key
seed.chaincode; // Chain Code

seed.kill(); // clear all datas

License

MIT


Current Coverage

coverage

/mnemonic-seed-js/

    Package Sidebar

    Install

    npm i mnemonic-seed-js

    Weekly Downloads

    1

    Version

    0.3.1

    License

    MIT

    Unpacked Size

    479 kB

    Total Files

    60

    Last publish

    Collaborators

    • just.do.halee