Replies: 1 comment 2 replies
-
Typically it would be via iframe or popup. The wallet adapter is really for extension or mobile wallets |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I've been pulled in by looking at how Aptos handles passkeys/webauthn for accounts per AIP-66.
One piece of the puzzle I don't yet understand about AIP-66 is how a wallet website and a dApp website communicate.
Setup: Wallet Website
example-wallet.com
, dApp Websitedapp-example.com
example-wallet.com
and creates an account, transfers some APT to her address to create the account on chain.dapp-example.com
and wants to use the wallet fromexample-wallet.com
dapp-example.com
communicate withexample-wallet.com
?I looked over the
aptos-wallet-adapter
, but it not clear there either how one might accomplish this setup.The closest I got is how msafe does it via iframe, but that doesn't feel like the intended path.
Perhaps I am just missing something?
Beta Was this translation helpful? Give feedback.
All reactions