帖子
分享您的知识。
May 07, 2025
专家问答
How do I use the `walrus store` command to store files?
I'm trying to store a blob using the walrus store <file>
command and I'm unsure what to fill in for <file>
. Is it supposed to be filled with the blob data itself?
- Walrus
- Typescript SDK
0
2
分享
评论
答案
2May 7 2025, 10:07
The <file>
placeholder should be replaced with your actual file name(s). You can specify single or multiple files. The files can be separated by spaces, and patterns such as *.png
are also accepted to store all matching files.
0
评论
farshad15
May 7 2025, 15:27You should replace <file>
with the name of the file you intend to store. For example, if you have a file named example.png
, you would use the command walrus store example.png
.
0
评论
你知道答案吗?
请登录并分享。
Walrus is a decentralized storage and data availability protocol designed specifically for large binary files, or "blobs"
85帖子155答案
热门帖子