aptos

CLI tool for Aptos Layer 1 blockchain development and node operations

brewmacoslinux
Try with needOr install directly
Source

About

Layer 1 blockchain built to support fair access to decentralized assets for all

Commands

aptos

Examples

Initialize a new Aptos move project$ aptos move init --name my_project
Compile a Move smart contract$ aptos move compile --package-dir ./my_project
Deploy a Move module to testnet$ aptos move publish --package-dir ./my_project --named-addresses addr=default