patractlabs / redspot

Redspot is an Substrate pallet-contracts (ink!) development environment. Compile your contracts and run them on a different networks. Redspot's core forks from Hardhat but changed a lot to suit substrate.
https://redspot.patract.io/
Other
67 stars 22 forks source link

npx redspot compile not working #132

Closed frankli-dev closed 3 years ago

frankli-dev commented 3 years ago
npx --version
6.14.13

node -v
v14.17.0

npx redspot --version
0.10.1

cargo-contract --version
cargo-contract 0.12.1-unknown-x86_64-macos

npx redspot compile                          
Error RS608: The cargo contract should be installed correctly and the version should be at least v0.8.0.
atenjin commented 3 years ago

Upgrade redspot, cargo-contract will be recognized after upgrade.

https://docs.patract.io/en/redspot/q-and-a.html#how-to-upgrade-redspot

frankli-dev commented 3 years ago

Cool, that works. Thanks