-
Notifications
You must be signed in to change notification settings - Fork 9
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
Extra feature #3
Comments
Hey @andylim0221, Thanks for getting in touch! Sounds good to me. 🚀 Can you propose which existing Web3 APIs you think would be needed to achieve this? Then we'd be able to treat those as a reference. One thing to keep in mind is that this functionality of course might only be available if it is exposed by the native dependencies we're using in this project. But if this is standard behaviour, they should be there. |
In web3, there's |
Hey @andylim0221, sounds good to me! It looks like we can get the private key on iOS. It might take a little more searching for a similar function in web3j on Android... I'm sure it must be there somewhere. |
This line seems to provide us with the equivalent key pair, so we should be able to retrieve the private key from here. |
Wonder if we can consider to push features such as extracting private key from keystore available for this package?
The text was updated successfully, but these errors were encountered: