在 starknet-foundry 项目中运行
scarb build
会导致错误
error: could not execute process: cargo fetch
Caused by:
No such file or directory (os error 2)
在 starket-foundry 项目中使用 Scarb 需要安装 Rust 工具链。
安装 Rust:
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
并尝试构建