我正在尝试从头开始构建智能合约。我从cargo new my-contract
. 我连接了 Elrond 依赖项,现在 cargo run 没有抱怨。
现在,当我跑步时,erdpy contract build
我得到
FileNotFoundError:[Errno 2] 没有这样的文件或目录:'/home/bogdan/workspace/sc-from-scratch/wasm'
当我查看其他模板时,我看到生成了这个 wasm 文件夹的内容。这是我的问题的相关提交:https ://github.com/bogdan-marian/sc-from-scratch/commit/aa6f912e6bca413a91f18c9de52257390645b139
如何从wasm
文件夹中生成内容?