> For the complete documentation index, see [llms.txt](https://learn.qanplatform.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.qanplatform.com/developers/qvm-multi-language-smart-contracts/generic-workflow/installing-qvmctl.md).

# 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 <a href="#install-image" id="install-image"></a>

```
docker pull qanplatform/qvmctl
```

### Verify installation <a href="#verify-installation" id="verify-installation"></a>

```
docker run --rm qanplatform/qvmctl testnet
```

If everything went correctly the  `testnet Sepolia` should be printed on the terminal.

<br>
