js-moi-bip39
TypeScript icon, indicating that this package has built-in type declarations

0.6.0-sephorum • Public • Published

image

docs npm version license

latest tag issue count pulls count test status

js-moi-bip39

This is a sub-package of js-moi-sdk.

The js-moi-bip39 package provides functionality for generating and managing mnemonic phrases according to the BIP39 standard. The BIP39 standard defines a method for generating a mnemonic phrase, which is a human-readable set of words that can be used to derive deterministic cryptographic keys. By using js-moi-bip39, you can generate and manage these mnemonic phrases, which can then be used with other packages.

Installation

Install the latest release using the following command.

npm install js-moi-bip39

Usage

    import { generateMnemonic } from "js-moi-bip39";

    const mnemonic = generateMnemonic()
    console.log(mnemonic)

    // Output
    /*
        hollow appear story text start mask salt social child ...
    */

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as below, without any additional terms or conditions.

License

© 2023 Sarva Labs Inc. & MOI Protocol Developers.

This project is licensed under either of

at your option.

The SPDX license identifier for this project is MIT OR Apache-2.0.

Package Sidebar

Install

npm i js-moi-bip39

Weekly Downloads

85

Version

0.6.0-sephorum

License

Apache-2.0 OR MIT

Unpacked Size

393 kB

Total Files

41

Last publish

Collaborators

  • sarva-npm