-
Notifications
You must be signed in to change notification settings - Fork 13
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 button to connect IOTA wallet #3204
base: develop
Are you sure you want to change the base?
Conversation
I should probably also update the interactive components in the ts references now as it simplifies them a lot |
Open questions:
|
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
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.
The Button's styles in Modal should be the same as we did ConnectButton.mdx
The code is looking good to me 😄 |
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
I'm just using the defaults here. I think everyone can just use that code and adapt to their needs with additional theming and stuff |
If I understood correctly, you can have multiple accounts(addresses) per profile (mnemonic, seed, private key, ledger). However, I seem to only be able to connect the "main" account in the useAccounts page. |
@Dr-Electron , could you resolve the conflicts? |
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
Description of change
Add Connect Wallet Button to the top right
Links to any relevant issues
Fixes #3203
Type of change
How the change has been tested
Tested locally
Change checklist