Set-Up
Installing IDE and environment setup.
Last updated
Installing IDE and environment setup.
Last updated
Install Move IDE
To install it you'll need:
VSCode (version 1.43.0 and above) - you can ; if you already have one - proceed to the next step;
Move-Analyzer IDE - once VSCode is installed, follow to install the newest version of IDE.
Install Aptos CLI
You can
Running code using aptos CLI:
Firstly you folder structure should be like this:
first.move:
Move.toml:
Compile the module:
Run aptos move compile
in vscode terminal for compiling the module.
Test the module:
Run aptos move test
in vscode terminal for running the unit test.
Check for more information on Aptos CLI.