Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
-
So far so good, thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I cloned metamask version 11.4.0 (https://github.com/MetaMask/metamask-extension) and built it from source following the readme.
Ran it using 'yarn start:flask', and installed to edge following the guide at https://github.com/MetaMask/metamask-extension/blob/develop/docs/add-to-chrome.md. I also uninstalled my previous version of metamask flask.
I then cloned and ran the snap-simple-keyring example (https://github.com/MetaMask/snap-simple-keyring) using 'yarn start'.
Upon loading localhost:8000 the console looks like this:
And I get this in the 'background.html' console:
The background.html console shows:
when approving to install the keyring snap,
and:
When clicking 'ok' after successful snap installation.
Clicking 'create account' on the front end gives this:
Do you have any suggestions for how to fix/ workaround this?
I am using WSL2 and Microsoft Edge Version 118.0.2088.76 (Official build) (64-bit), and would be very happy to provide any additional details (or better formatted logs!)
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions