糖果机 - 无法上传文件
我正在遵循一个教程,并且正在逐步介绍元数据和文件。教程告诉我使用以下命令:
npx ts-node js/packages/cli/src/candy-machine-v2-cli.ts upload ./assets --env devnet --keypair \<PATH\>
当我用路径运行此命令时,它说:
错误:必需的选项'-cp, - config-path&lt; string&gt;'未指定
,它说不存在Keypair。
我很困惑如何通过此步骤,有人可以帮我吗?
谢谢,
我不太确定该怎么办。
I am following a tutorial and am on the step where we are uplaoding the metadata and files. The tutorial tells me to use the the following command:
npx ts-node js/packages/cli/src/candy-machine-v2-cli.ts upload ./assets --env devnet --keypair \<PATH\>
When I run this command with my path, it says :
error: required option '-cp, --config-path <string>' not specified
When I type what I think is the config path, it says the keypair does not exist.
I am quite confused how to pass this step, could someone please help me?
Thanks
I am not quite sure what to do.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 config.json 文件必须是这样的。如果您仔细阅读 metaplex 文档,它们会指导您完成所有步骤必须从头开始遵循。
Your config.json file have to be something like this. If you go through the metaplex documentation, they guide you through all the steps you have to follow from the beginning.