Bài viết
Chia sẻ kiến thức của bạn.
May 07, 2025
Hỏi đáp Chuyên Gia
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
Chia sẻ
Bình luận
Câu trả lời
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
Bình luận
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
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ó.