-
Notifications
You must be signed in to change notification settings - Fork 163
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
feat: add support for meteor wallet mobile app #1275
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My initial read is two thumbs up. Would like another wallet builder to take a look. I would really like to avoid one pair of eyes on a review. Wallet Selector is too important to all of us. :-)
- also added a ping in signIn that should resolve almost immediately to avoid auto login stuck
- this is so our app make sure we are processing the right message
@@ -0,0 +1,66 @@ | |||
# @near-wallet-selector/meteor-wallet-app | |||
|
|||
This is the [Meteor Wallet (for in app only)](https://meteorwallet.app) package for NEAR Wallet Selector. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand what it means for it to be in app only
Is this for a mobile app? or for a wallet embedded within apps?
If it is a mobile app, you could change it to:
This package is for the [Meteor Wallet **mobile app**](https://meteorwallet.app) package for NEAR Wallet Selector.
@trechriron looks good to me, I will ask one of the DevRels to test it in-depth next week so we can get a third pair of eyes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We can release next week after some testing. |
Description
Meteor Wallet App integration. We mainly use this for in app browser, where user can browse the dapp within the meteor wallet. We are using
instant-link
wallet type to automatically sign in user for the dapp they are browsing.Checklist: