Post
Share your knowledge.
Apr 16, 2025
Expert Q&A
Retrieve and convert SUI wallet private key using Walrus
I was able to create a SUI address using Walrus but didn't get the private key. How do I retrieve this key and convert it to a standard format?
- Walrus
- Typescript SDK
0
1
Share
Comments
Answers
1Grizzly15
Apr 16 2025, 12:08When you generate a SUI address using Walrus, it creates a sui.keystore
file in the directory to store the wallet information. This file contains your private key encoded in base-64 format. To convert the base-64 encoded private key to a standard private key format, you can use the sui keytool. Execute the command sui keytool --keystore-path path/to/sui.keystore export
to extract and convert your private key.
0
Comments
Do you know the answer?
Please log in and share it.
Walrus is a decentralized storage and data availability protocol designed specifically for large binary files, or "blobs"
11Posts19Answers
Trending posts