Bài viết
Chia sẻ kiến thức của bạn.
Apr 16, 2025
Hỏi đáp Chuyên Gia
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
Chia sẻ
Bình luận
Câu trả lời
1Grizzly30
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
Bình luận
Bạn có biết câu trả lời không?
Hãy đăng nhập và chia sẻ nó.