QAN TestNet Docs
QANplatform/Testnet/Smart contract/Setting up your dev environment/Installing qvmctl

Setting up your dev environment

Learn how to set up your QAN TestNet dev environment.

Prerequisites

Note:

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 version

If everything went correctly the qvmctl version string should be printed on the terminal.

v0.0.4-46e19631

Previous

Overview

Next

Writing a smart contract in JavaScript (JS)