Допис
Діліться своїми знаннями.
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
Коментарі
Ви знаєте відповідь?
Будь ласка, увійдіть та поділіться нею.