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