Closed JoshOrndorff closed 1 year ago
I couldn't make the build command work. I even installed cargo-contract with cargo +nightly install cargo-contract.
build
cargo-contract
cargo +nightly install cargo-contract
To solve this error, I just had to change the command slightly. Please confirm whether this is the correct fix.
right, at some point I had problems with Command and I fixed it with the previous solution. But your code works for me as well, so I guess it's more general. Moved to #4
Command
I couldn't make the
build
command work. I even installedcargo-contract
withcargo +nightly install cargo-contract
.To solve this error, I just had to change the command slightly. Please confirm whether this is the correct fix.