mipd icon indicating copy to clipboard operation
mipd copied to clipboard

Access providers from the chrome extension context script

Open maaasyn opened this issue 1 year ago • 0 comments

The chrome extension that I write needs to sign transactions with wallets, most likely metamask.

I was wondering if you guys plan to support this use case?

What I basically try to do is to call store.getProviders(); from the content script injected into website (extensions thing) and get the actual providers, and then signs a transaction with them (if user is willing to accept it etc.)

As of now, the store.getProviders(); would return an array of 1 null element.

maaasyn avatar May 22 '24 11:05 maaasyn