Installing qvmctl
The qvmctl CLI tool is the swiss knife for interacting with QVM. It can be acquired and easily used through docker using the following commands:
Install image
docker pull qanplatform/qvmctlVerify installation
docker run --rm qanplatform/qvmctl testnetIf everything went correctly the testnet Sepolia should be printed on the terminal.
Last updated