js-moi-constants
v0.6.0-sephorum
Published
Collection of constant variables used in js-moi-sdk
Downloads
443
Readme
js-moi-constants
This is a sub-package of js-moi-sdk.
The js-moi-constants package includes common constants used within the js-moi-sdk ecosystem. These constants provide predefined values for various aspects of MOI, making it easier to work with the protocol.
Installation
Install the latest release using the following command.
npm install js-moi-constants
Usage
import { MOI_DERIVATION_PATH } from "js-moi-constants";
console.log(MOI_DERIVATION_PATH)
// Output
/*
m/44'/6174'/0'/0/0
*/
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
.