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.
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.