| Crates.io | aptos-upload |
| lib.rs | aptos-upload |
| version | 0.1.2 |
| created_at | 2022-07-23 04:13:24.66763+00 |
| updated_at | 2022-07-23 04:13:24.66763+00 |
| description | CLI for publishing already-compiled Move modules to Aptos. |
| homepage | https://aptos.is |
| repository | https://github.com/aptosis/aptos-toolkit |
| max_upload_size | |
| id | 631276 |
| size | 133,017 |
CLI for publishing Move modules to Aptos.
To use this CLI, you may install this crate via Cargo:
cargo install aptos-publish
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-publish
License: Apache-2.0