js-moi-hdnode
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-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.

Readme

Keywords

Package Sidebar

Install

npm i js-moi-hdnode

Weekly Downloads

87

Version

0.6.0-sephorum

License

Apache-2.0 OR MIT

Unpacked Size

39.9 kB

Total Files

22

Last publish

Collaborators

  • sarva-npm