Getting started
Last updated
Was this helpful?
Last updated
Was this helpful?
This section will guide you through the installation of secretvm-cli
and the initial steps to begin using the tool.
Before installing secretvm-cli
, please ensure you have the following:
Node.js and npm: secretvm-cli
is a Node.js application distributed via npm (Node Package Manager). You'll need Node.js (which includes npm) installed on your system. You can download it from .
Keplr Wallet: For authentication using the auth login
command, you will need to have a Keplr wallet and its address.
To install secretvm-cli
globally on your system, open your terminal or command prompt and run the following npm command:
This command downloads the package from the npm registry and makes the secretvm-cli
command available in your system's PATH.
After the installation is complete, you can verify that secretvm-cli
is installed correctly by checking its version:
This should display the installed version of the CLI (e.g. 0.1.0)
You can also view the list of available commands and global options by running: