account

Tool for interacting with accounts

This tool is used to create accounts, get information about the account's resources, and transfer resources between accounts.

Usage

movement aptos account <COMMAND>

Commands

  • create Create a new account on-chain

  • create-resource-account Create a resource account on-chain

  • derive-resource-account-address Derive the address for a resource account

  • fund-with-faucet Fund an account with tokens from a faucet

  • list List resources, modules, or balance owned by an address

  • lookup-address Lookup the account address through the on-chain lookup table

  • rotate-key Rotate an account's authentication key

  • transfer Transfer APT between accounts

  • help Print this message or the help of the given subcommand(s)

Options

-h, --help Print help (see a summary with '-h')

-V, --version Print version

Last updated