sarvalabs / js-moi-sdk

JavaScript library to interact with MOI Protocol via RPC API

Home Page:https://js-moi-sdk.docs.moi.technology/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lack of Cross-Environment Support

sarvalabs-harshrastogi opened this issue · comments

Lack of Cross-Environment Support

Description:

The current version of the package has limited environment support and is not compatible with browser environments due to its reliance on Node.js-specific APIs. This restricts its usage in various scenarios where browser integration is crucial.

Desired Behavior:

We aim to achieve universal compatibility across different environments including Chrome, Node.js, and other popular runtimes. This will significantly enhance the package's adaptability and usability. Additionally, seamless integration with TypeScript in local development environments is highly desired.

The package implementation should be compatible with all the environments like Chrome, Node.js and other various runtimes. Considerbly it should be able to integrate with typescript locally.

Package Inspection

The following package components require scrutiny for potential compatibility issues. Any identified shortcomings should be addressed and rectified to align with the overarching objective of cross-environment support.

  • Bip 39
  • HD Node
  • Constants
  • Wallet
  • Utils
  • Provider
  • Logic
  • Manifest
  • Signer

Related Issue