Compiling a smart contract in Rust
Compiling Rust smart contract to static binary with the QVM compiler
docker run --rm -v $(pwd):/ws qanplatform/qvm-compiler-rust# checking output size of QVM compiler
ls -alh contract
-rwxr-xr-x 1 user group 30K May 4 17:34 contractLast updated