You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This discussion was converted from issue #18 on August 06, 2024 15:39.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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.Beta Was this translation helpful? Give feedback.
All reactions