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:docker pull qanplatform/qvmctl
docker run --rm qanplatform/qvmctl testnet
If everything went correctly the
testnet Sepolia
should be printed on the terminal.Last modified 7mo ago