Building Smart Contracts
Last updated
Was this helpful?
To build the Substrate smart contract project we will need CLI utility
rustup component add rust-src --toolchain nightlycargo install cargo-contract --vers ^0.8 --force --lockedTo test the smart contract, run the following command
cargo +nightly testTo compile the smart contract, run the following command
cargo +nightly contract buildLast updated
Was this helpful?
Was this helpful?