How to get an exportable private key from ZK Account #2
Answered
by
0x0factor
Bct-crypto
asked this question in
Q&A
-
Hi, when I get the secretKey off of the exported ephemeralKeyPair (of type ExportedKeypair), the length is 22. However when I try to import it into a different wallet it doesn’t work. How can I get a private key from my ZK Account that I can import into another wallet to use? |
Beta Was this translation helpful? Give feedback.
Answered by
0x0factor
Sep 27, 2024
Replies: 1 comment
-
Here's a simplified example of how you might extract and convert the private key: javascript
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Bct-crypto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's a simplified example of how you might extract and convert the private key:
javascript