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

[Feature Request] Need a well-packaged method to verify message signatures #641

Open
alex4506 opened this issue Feb 13, 2025 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@alex4506
Copy link

🚀 Feature Request Description

A need for a well-packaged method or other mechanism to better verify signatures when only the public key is available.

Motivation

During the user login process, the API service relies on wallet signatures to verify the validity of addresses, but currently there is no good method to do this easily.

Although the SDK provides a method for instantiating PublicKey, It needs to know the wallet type first in order to call the correct method.(Ed25519 or Keyless).

Moreover, from a developer experience perspective, it would be best if one could perform verification directly without having to worry about the wallet type.

@alex4506 alex4506 added the enhancement New feature or request label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant