forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
### Aptos Tool | ||
# Aptos CLI Tool | ||
|
||
`aptos` is designed to be a single interface tool for debugging, development, and node operation. | ||
|
||
|
||
## Set up | ||
With Cargo: | ||
1. Ensure you have `cargo` [installed](https://doc.rust-lang.org/cargo/getting-started/installation.html) | ||
2. Directly install from source: `cargo install --git https://github.com/aptos-labs/aptos-core.git aptos` | ||
3. Use `aptos` command | ||
|
||
## Usage | ||
|
||
``` | ||
account CLI tool for interacting with accounts | ||
help Print this message or the help of the given subcommand(s) | ||
init Tool to initialize current directory for the aptos tool | ||
move CLI tool for performing Move tasks | ||
op CLI tool for performing operational tasks | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters