Compiling a smart contract in C# (C-Sharp)
Compiling C# smart contract to static binary with the QVM compiler
docker run --rm -v $(pwd):/ws qanplatform/qvm-compiler-csharp# checking output size of QVM compiler
ls -alh contract
-rwxr-xr-x 1 user group 1.0M Jul 9 23:24 contractLast updated