aptos-move-run

Crates.ioaptos-move-run
lib.rsaptos-move-run
version0.1.2
sourcesrc
created_at2022-07-07 02:03:48.652049
updated_at2022-07-23 04:10:18.495345
descriptionCLI for running arbitrary Move functions on Aptos.
homepagehttps://aptos.is
repositoryhttps://github.com/aptosis/aptos-toolkit
max_upload_size
id620879
size138,101
Ian Macalinao (macalinao)

documentation

README

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

Commit count: 20

cargo fmt