sarvalabs / js-moi-sdk

JavaScript library to interact with MOI Protocol via RPC API
https://js-moi-sdk.docs.moi.technology/
Apache License 2.0
24 stars 2 forks source link

feat: add `BrowserProvider` to handle browser requests and RPC Calls #85

Closed sarvalabs-harshrastogi closed 1 month ago

sarvalabs-harshrastogi commented 2 months ago

This pull request add BrowserProvider which handle request via interface BrowserRequest. Thus calling any RPC method using sdk internally pass the required param to underlying implementation of BrowserRequest.

Changes include

Checklist

cloudflare-workers-and-pages[bot] commented 2 months ago

Deploying js-moi-sdk with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0564dd8
Status: ✅  Deploy successful!
Preview URL: https://b98c4440.js-moi-sdk.pages.dev
Branch Preview URL: https://feat-browser-provider.js-moi-sdk.pages.dev

View logs

sarvalabs-harshrastogi commented 1 month ago

Changes are not required now