Skip to content
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

How to verify Aptos Connect wallet off-chain #370

Open
gsong opened this issue Jul 20, 2024 · 1 comment
Open

How to verify Aptos Connect wallet off-chain #370

gsong opened this issue Jul 20, 2024 · 1 comment

Comments

@gsong
Copy link
Contributor

gsong commented Jul 20, 2024

Currently with private key created wallets, you can use the following mechanism to verify wallet ownership off-chain:

  1. signMessage
  2. Send signature, wallet address, and public key to to off-chain server.
  3. Public key can be used to:
    1. Verify the signature
    2. Derive the wallet address or the auth key and verify on-chain

How would you accomplish something like this with a Aptos Connect account?

@gsong
Copy link
Contributor Author

gsong commented Jul 29, 2024

@hardsetting Any pointers? It seems like you've done a lot of work with Aptos Connect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant