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/qvmctl
Verify installation
docker run --rm qanplatform/qvmctl testnet
If everything went correctly the testnet Sepolia
should be printed on the terminal.
Last updated