帖子
分享您的知识。
Apr 16, 2025
专家问答
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
分享
评论
答案
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
评论
你知道答案吗?
请登录并分享。
Walrus is a decentralized storage and data availability protocol designed specifically for large binary files, or "blobs"
11帖子19答案
热门帖子