Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.13 KB

polycli_mnemonic.md

File metadata and controls

45 lines (33 loc) · 1.13 KB

polycli mnemonic

Auto-generated documentation.

Table of Contents

Description

Generate a BIP39 mnemonic seed.

polycli mnemonic [flags]

Flags

  -h, --help              help for mnemonic
      --language string   Which language to use [ChineseSimplified, ChineseTraditional, Czech, English, French, Italian, Japanese, Korean, Spanish] (default "english")
      --words int         The number of words to use in the mnemonic (default 24)

The command also inherits flags from parent commands.

      --config string   config file (default is $HOME/.polygon-cli.yaml)
      --pretty-logs     Should logs be in pretty format or JSON (default true)
  -v, --verbosity int   0 - Silent
                        100 Panic
                        200 Fatal
                        300 Error
                        400 Warning
                        500 Info
                        600 Debug
                        700 Trace (default 500)

See also

  • polycli - A Swiss Army knife of blockchain tools.