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

As an E2E example of a contract employing ecrecover #2598

Open
Nana-EC opened this issue Oct 21, 2024 · 0 comments
Open

As an E2E example of a contract employing ecrecover #2598

Nana-EC opened this issue Oct 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Nana-EC
Copy link
Contributor

Nana-EC commented Oct 21, 2024

Problem

ecrecover and it's usage is a very EVM centric flow and it's not clear to Hedera developers how this may be utilized using the SDK and JS only (no EVM tools like ethers)

Solution

Add an E2E example that

  • deploys a contract using ecrecover
  • signs and hashes a message in accordance with ecrecover signature
  • recovers the signers address from the smart contract

Here's an example from Smart Contract Repo

Additional info

Alternatives

No response

@Nana-EC Nana-EC added the enhancement New feature or request label Oct 21, 2024
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