0.4.0 • Published 14 days ago

js-moi-hdnode v0.4.0

Weekly downloads
-
License
Apache-2.0 OR MIT
Repository
github
Last release
14 days ago

image

docs npm version license

latest tag issue count pulls count test status

js-moi-hdnode

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

The js-moi-hdnode package represents a Hierarchical Deterministic (HD) Node, which can be used for cryptographic key generation and derivation. It allows you to generate and manage keys within a hierarchical structure, providing enhanced security and flexibility.

Installation

Install the latest release using the following command.

npm install js-moi-hdnode

Usage

    import { HDNode } from "js-moi-hdnode";

    const seed = ...;
    const hdNode = HDNode.fromSeed(seed);

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.4.0

14 days ago

0.3.0-rc4

28 days ago

0.3.0-rc3

3 months ago

0.2.1

3 months ago

0.3.0-rc2

3 months ago

0.3.0-rc1

3 months ago

0.2.1-rc2

3 months ago

0.2.0

3 months ago

0.2.0-alpha3

4 months ago

0.2.0-alpha2

4 months ago

0.2.0-alpha1

4 months ago

0.2.1-rc1

3 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

10 months ago