-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add metamask algorand snap as wallet option #112
Conversation
How are you using the algorand snap at this point and testing it? The only interface to manipulate accounts, etc. appears to be the old https://snapalgo.io (with the bizarre cut-off algorand logo as the 'interface'). Yet connecting an account and doing something simple like showing the receive address yields an error like this in the released version of metamask w/ official algorand snap: |
The npm package was renamed, so you can connect to the snap with:
|
My bad it I was pretty tired and I think I submitted a pull request on the
wrong package
…On Sat, Sep 23, 2023 at 11:44 PM Brian Whippo ***@***.***> wrote:
How are you using the algorand snap at this point and testing it? The only
interface to manipulate accounts, etc. appears to be the old
https://snapalgo.io (with the bizarre cut-off algorand logo as the
'interface'). Yet connecting an account and doing something simple like
showing the receive address yields an error like this in the released
version of metamask w/ official algorand snap:
The nom package was renamed, so you can connect to the snap with:
params: { ***@***.***/algorand-metamask-snap': {}, }
—
Reply to this email directly, view it on GitHub
<#112 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGCK3HUVCKU4QFZBCZ3QWRLX363EDANCNFSM6AAAAAA5DLVFGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I'm just curious how we test it and add accounts, etc so that use-wallet can then "use" it ? |
Thank you @paulfears for taking the time to make a PR adding the Metamask Algorand Snap provider to use-wallet. As @pbennett mentioned, when we last investigated adding this feature the Snap didn't seem to be fully functional. Were you able to get it working in the library before submitting your pull request?
I'm confused by this comment. Are you referring to this pull request? Should it remain open? If so, a few things jump out at me right away. There is an unresolved yarn.lock merge conflict causing the build to fail. Also, it seems like you copied the The pull request template lists requirements that must be satisfied before it can be reviewed:
Your PR currently doesn't meet any of these requirements. Let me know if you have any questions; I'll be happy to answer them for you. I hope we can figure out how to add your Metamask Snap to the library! |
I will close this pull request and resubmit. The floating interface is required to provide UI to a Metamask snap, but the SDK was developed using an older version of the snap, that does not work on the consumer version of Metamask, so that will need to be swapped out. As far as the other issues outlined I will look into them before resubmitting, thank you guys for the feedback. |
Sounds good, thank you! |
Description