#cli #aptos #account #move

bin+lib aptos-move-run

CLI for running arbitrary Move functions on Aptos

2 releases

0.1.2 Jul 23, 2022
0.1.1 Jul 7, 2022

#15 in #aptos

Apache-2.0

76KB
1K SLoC

aptos-move-run

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

License: Apache-2.0


lib.rs:

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

Dependencies

~91MB
~2M SLoC