Module to encode and decode MOI Logic Engine input and output.
npm install js-moi-manifest[latestrelease]: https://github.com/sarvalabs/js-moi-sdk/releases/latest
[issueslink]: https://github.com/sarvalabs/js-moi-sdk/issues
[pullslink]: https://github.com/sarvalabs/js-moi-sdk/pulls
[pkgdocs]: https://docs.moi.technology/docs/build/packages/js-moi-sdk
![docs][pkgdocs]

!license
![latest tag][latestrelease]
![issue count][issueslink]
![pulls count][pullslink]
!test status
This is a sub-package of js-moi-sdk.
The js-moi-manifest package encodes and decodes data according to the MOI Manifest specification, facilitating interaction with logic objects. It simplifies the process of encoding and decoding data structures, making it easier to work with MOI logic objects.
``sh`
npm install js-moi-manifest
`javascript
import { ManifestCoder } from "js-moi-manifest";
const encodedManifest = ManifestCoder.encodeManifest(manifest)
console.log(encodedManifest)
// Output
/*
0x0e4f065 ... 50000
*/
`
This project is licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE)
- MIT license (LICENSE-MIT)
at your option.
The SPDX license identifier for this project is MIT OR Apache-2.0`.