Mainnet Release of the CLI
Changes
- Adds Mainnet as a network
- Improves flow for initializing accounts
- Updates much of the documentation
About installation
Instructions here: https://aptos.dev/cli-tools/aptos-cli-tool/install-aptos-cli/
MacOSX-x86_64
will work on both Intel and Apple ARM Macs. Rosetta on macOS provides compatibility for ARM.Ubuntu-22.04-x86_64
is built with Ubuntu 22.04 on x86 and requires OpenSSL v3. It may work on other Linux distros that also use OpenSSL v3, but it is not supported.Ubuntu-x86_64
is built with Ubuntu 20.04 on x86 and requires OpenSSL v1.1.1. It may work on other Linux distros that also use OpenSSL v1.1.1. In testing this has worked on a few other distros e.g.Debian
andOpenSUSE
Windows-x86_64
is built with Windows Server 2022 on x86. It has also been tested on Windows 10 and Windows 11.- Windows & Linux ARM does not have a prebuilt binary and will need to be built from source.