zk-login-enter-token

Sign Personal Message with Fixed Dev-only Ephemeral Key

Signs a string of data with the fixed dev-only ephemeral key and outputs a zkLogin signature with a fixed dev-only proof with a maximum epoch of 10.

Usage

movement sui keytool zk-login-insecure-sign-personal-message [OPTIONS] --data <DATA>

Options

  • --data <DATA> The string of data to sign.

  • --json Return command outputs in JSON format.

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

  • -V, --version Print version.

Last updated