aptos cli (https://aptos.dev/cli-tools/aptos-cli-tool/install-aptos-cli)
init a account:
aptos init
init a project:
aptos move init --name counter
compile
aptos move compile
test
aptos move test
aptos cli (https://aptos.dev/cli-tools/aptos-cli-tool/install-aptos-cli)
init a account:
aptos init
init a project:
aptos move init --name counter
compile
aptos move compile
test
aptos move test