-
Notifications
You must be signed in to change notification settings - Fork 186
feat: experimental iframe support #1358
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
base: dev
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: a91fcb5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 29 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
7069c53
to
b8d53e0
Compare
Added new docs related to the iframe:The iframe setup gives us a more secure and modular way to integrate wallets, which is a big win for security. That said, it does add some extra complexity and limitations. To move forward, here are a few things we should focus on:
|
Experimental
Description
This pull request introduces a new iframe-based wallet adapter system. This introduces source parameters that contain wallet implementation codes as IIFE / UMD scripts derived from the existing wallet implementation in the /packages folder.
Proposed Example Usage
Key Points:
Checklist:
Type of change.