0.6.0 • Published 7 months ago

js-moi-bip39 v0.6.0

Weekly downloads
-
License
Apache-2.0 OR MIT
Repository
github
Last release
7 months ago

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.

0.6.0-sephorum

8 months ago

0.6.1-sephorum

7 months ago

0.6.0

7 months ago

0.5.0

8 months ago

0.4.1

11 months ago

0.4.0

1 year ago

0.3.0-rc4

1 year ago

0.3.0-rc3

1 year ago

0.2.1

1 year ago

0.3.0-rc2

1 year ago

0.3.0-rc1

1 year ago

0.2.1-rc2

1 year ago

0.2.0

1 year ago

0.2.1-rc1

1 year ago

0.2.0-alpha3

1 year ago

0.2.0-alpha2

1 year ago

0.2.0-alpha1

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago