Deploying a smart contract
Verifying the compiled binary in your workspace
ls -al contractRun the deploy command of qvmctl using docker
qvmctl using dockerdocker run --rm -v $(pwd):/ws qanplatform/qvmctl deploy --privkey privkey.txt contractWhat happens under the hood?
Upload
Download
Last updated