aptos-upload

Crates.ioaptos-upload
lib.rsaptos-upload
version0.1.2
sourcesrc
created_at2022-07-23 04:13:24.66763
updated_at2022-07-23 04:13:24.66763
descriptionCLI for publishing already-compiled Move modules to Aptos.
homepagehttps://aptos.is
repositoryhttps://github.com/aptosis/aptos-toolkit
max_upload_size
id631276
size133,017
Ian Macalinao (macalinao)

documentation

README

aptos-upload

CLI for publishing Move modules to Aptos.

Setup

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

Usage

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

aptos-publish

License: Apache-2.0

Commit count: 20

cargo fmt