-
Notifications
You must be signed in to change notification settings - Fork 440
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
How to get Keystore by PrivateKeyData ? #19
Comments
I think it was answered in #9 |
oh,thanks. but, How to get EthereumKeystoreV3 by PrivateKeyData or PrivateKeyString ? I want Export keystore json only by PrivateKeyData. |
If you have a private key (64 hex symbols), then you should just initialize EthereumKeystoreV3 with a private key (first convert your hex string to Data) and password, and then export EthereumKeystoreV3 as JSON |
hi, can you create a Bip32Keystore using the privateKey? I see this function available for creating EthereumKeystoreV3 using privateKey but not for Bip32Keystore. thanks |
@robegamesios HI. You can't create BIP32 keystore with private key, because it can be created using only passphrase, which is seed to private key |
From @QA411 on September 3, 2018 8:46
How to get Keystore by PrivateKeyData ? Keystore eg:
Copied from original issue: BANKEX/web3swift#220
The text was updated successfully, but these errors were encountered: