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.
Install the latest release using the following command.
npm install js-moi-hdnode
import { HDNode } from "js-moi-hdnode";
const seed = ...;
const hdNode = HDNode.fromSeed(seed);
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.
© 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
.