Closed skqksh closed 4 years ago
Thanks for filing this issue!
Please check out this function: https://github.com/klaytn/caver-java/blob/17f4f13170ffee123bb6cc19ad249ce6655c250b/core/src/test/java/com/klaytn/caver/feature/WalletTest.java#L113
So.. 'walletFile' of caver-java is like as 'keystoreJson' of caver-js
Thank you so much
I want to send encrypted privateKey to javascript use
Can I make a encrypt privateKey and make keystoreJson in caver-java to use in caver-js
If then what method should I use