QANplatform
qanplatform.comIntro to QANplatformTechnology FeaturesQANX Token
Search
⌃K
Links
qanplatform.com
Welcome
Community
Social media
Newsletter
TECHNOLOGY
🟢
Intro to QANplatform
Technology Features
Use Cases
Blockchain 101
QANX Token
What is QANX?
How to Buy QANX?
How to Store QANX
QANX Staking
DEVELOPERS
QAN Private Blockchain
QAN TestNet
[QVM] Multi-language smart contracts
Generic workflow
Common API
Installing qvmctl
Setting up your workspace
Writing a smart contract
Compiling a smart contract
Deploying a smart contract
Calling a smart contract function
Reading smart contract storage
DOCs for supported languages
[QVM] Versions & Changelog
Smart Contract Developers
Validators
Node Providers
ABOUT US
Company
Roadmap
Press kit & Media assets
Media mentions
Blog
Papers
White Paper
Technical Paper
Pitch Deck
Onepager
Ebooks
Audits
QANX Bridge Audit
QANX Token Audit
QAN TestNet Audit
Other
Validation
Disclaimer
Privacy Policy
Cookie Policy
Powered By GitBook

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.
Previous
Common API
Next
Setting up your workspace
Last modified 7mo ago
On this page
Install image
Verify installation