load-keypair

Read Key Pairs from File

This command reads the content at the provided file path. The accepted format can be (Base64 encoded of 33-byte flag || privkey) or type AuthorityKeyPair (Base64 encoded privkey).

It prints out the following key pairs:

  • Account key pair: Base64 encoded flag || privkey

  • Network key pair

  • Worker key pair

  • Protocol key pair: Base64 encoded privkey

Usage

movement sui keytool load-keypair [OPTIONS] <FILE>

Arguments

  • <FILE>: The file path to read the key pairs from.

Options

  • --json: Return command outputs in JSON format.

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

  • -V, --version: Print version.

Last updated