Expand description

CLI for running arbitrary Move functions on Aptos.

Setup

To use this CLI, you may install this crate via Cargo:

cargo install aptos-move-run

You should also have an Aptos CLI configuration file, which can be created using:

aptos init

Usage

Run the following command to publish the module in the current directory:

aptos-move-run

Structs

Run an arbitrary Move command.

A parseable arg with a type separated by a colon