Configure Aptos CLI

How to configure Aptos CLI to deploy to Movement

Initialize your environment

Initialize your Aptos profile for your package development and add M1 as a custom network. M1 is our current blockchain that supports Aptos deployments.

aptos init --network custom --rest-url https://aptos.testnet.m1.movementlabs.xyz

Now whenever you see a command movement aptos [subcommands] now you should call aptos [subcommands] instead.

Last updated