Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 925 Bytes

cast-wallet-vanity.md

File metadata and controls

46 lines (28 loc) · 925 Bytes

cast wallet vanity

NAME

cast-wallet-vanity - Generate a vanity address.

SYNOPSIS

cast wallet vanity [options]

DESCRIPTION

Generate a vanity address.

If --nonce is specified, then the command will try to generate a vanity contract address.

OPTIONS

Keystore Options

--starts-with hex
    Prefix for the vanity address.

--ends-with hex
    Suffix for the vanity address.

--nonce nonce
    Generate a vanity contract address created by the generated keypair with the specified nonce.

{{#include common-options.md}}

EXAMPLES

  1. Create a new keypair that starts with dead:

    cast wallet vanity --starts-with dead
  2. Create a new keypair ends with beef:

    cast wallet vanity --ends-with beef

SEE ALSO

cast, cast wallet