You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
ecrecover
ecrecover
signatureHere's an example from Smart Contract Repo
Additional info
Alternatives
No response
The text was updated successfully, but these errors were encountered: