-
Notifications
You must be signed in to change notification settings - Fork 112
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
Wallet vue adapter #363
Wallet vue adapter #363
Conversation
# Conflicts: # pnpm-lock.yaml
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.
Thank you for this amazing contribution! I tried the demo vue dapp locally, but could run it only when I removed mSafe wallet from the wallets list - any idea why?
Ok, it looks like it is because |
Hey! I've updated. Sorry for the misunderstanding. Can you check please? |
65e3479
to
5e5a0d6
Compare
# Conflicts: # pnpm-lock.yaml
Overall LGTM. Thank you for this contribution! Some notes:
|
* fix transaction hash in nuxt example * add mainnet warning alert * lock wallet-adapter-core version
Thank you for your feedback! I've added fixes. |
Co-authored-by: Maayan <maayan@aptoslabs.com>
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!
@ildarH build is failing, could you run |
# Conflicts: # pnpm-lock.yaml
A new wallet adapter for Vue 3 that can be easily integrated with both Vue 3 and Nuxt 3 applications.
This PR adds wallet adapter and example for Nuxt 3