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
Make a dummy function in the code that signs a message
Create a new skeleton driver project that uses this AlphaWallet project that includes something like this pseudocode:
import SDK
let wallet = SDK.Wallet("hardcoded seed phrase")
let result = wallet.signPersonal("some message")
let address = SDK.ecrecover(result)
print(wallet.address == address)
Goals
Check feasibility
Check constraints (including usage of dependencies, operating system requirements, build options)
Goals
Sister issue for iOS: AlphaWallet/alpha-wallet-ios#5234
The text was updated successfully, but these errors were encountered: