convert

Convert Private Key from Wallet Format

This command converts a private key from wallet format (hex of 32 byte private key) to sui.keystore format (base64 of 33 byte flag || private key), or vice versa.

Usage

movement sui keytool convert [OPTIONS] <VALUE>

Arguments

  • <VALUE>

Options

  • --json Return command outputs in JSON format.

  • -h, --help Print help (see a summary with '-h').

  • -V, --version Print version.

Last updated