| Crates.io | aptos-move-run |
| lib.rs | aptos-move-run |
| version | 0.1.2 |
| created_at | 2022-07-07 02:03:48.652049+00 |
| updated_at | 2022-07-23 04:10:18.495345+00 |
| description | CLI for running arbitrary Move functions on Aptos. |
| homepage | https://aptos.is |
| repository | https://github.com/aptosis/aptos-toolkit |
| max_upload_size | |
| id | 620879 |
| size | 138,101 |
CLI for running arbitrary Move functions on Aptos.
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
Run the following command to publish the module in the current directory:
aptos-move-run
License: Apache-2.0