IOTA Move CLI
The IOTA CLI move
command provides several commands for working with Move source code. A typical usage of iota move
is to compile and test the Move code, or to generate a new Move project by using iota move new project_name
, which creates the needed directories and the Move.toml
file.
Check IOTA CLI installation
Before you can use the IOTA CLI, you must install it. To check if the CLI exists on your system, open a terminal or console and type the following command:
iota --version
If the terminal or console responds with a version number, you already have the IOTA CLI installed.
If the command is not found, follow the instructions in Install IOTA to get the IOTA CLI on your system.