Post
Share your knowledge.
May 07, 2025
Expert Q&A
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
Share
Comments
Answers
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
Comments
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
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"
83Posts149Answers
Trending posts