Compiling a smart contract in Golang (Go)
go build -ldflags '-s -w'Compiling with the QVM compiler
docker run --rm -v $(pwd):/ws qanplatform/qvm-compiler-goLast updated
go build -ldflags '-s -w'docker run --rm -v $(pwd):/ws qanplatform/qvm-compiler-goLast updated