aptos-publish

Crates.ioaptos-publish
lib.rsaptos-publish
version0.1.2
sourcesrc
created_at2022-07-07 01:41:15.826604
updated_at2022-07-23 04:11:50.413959
descriptionCLI for publishing Move modules to Aptos.
homepagehttps://aptos.is
repositoryhttps://github.com/aptosis/aptos-toolkit
max_upload_size
id620868
size134,034
Ian Macalinao (macalinao)

documentation

README

aptos-publish

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