Difference between revisions of "Avalanche key"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
  [[avalanche key list]]
 
  [[avalanche key list]]
  
 +
<pre>The key command suite provides a collection of tools for creating and managing
 +
signing keys. You can use these keys to deploy Subnets to the Fuji Testnet,
 +
but these keys are NOT suitable to use in production environments. DO NOT use
 +
these keys on Mainnet.
 +
 +
To get started, use the key create command.
 +
 +
Usage:
 +
  avalanche key [flags]
 +
  avalanche key [command]
 +
 +
Available Commands:
 +
  create      Create a signing key
 +
  delete      Delete a signing key
 +
  export      Exports a signing key
 +
  list        List stored signing keys or ledger addresses
 +
 +
Flags:
 +
  -h, --help  help for key
 +
 +
Global Flags:
 +
      --config string      config file (default is $HOME/.avalanche-cli.json)
 +
      --log-level string  log level for the application (default "ERROR")
 +
 +
Use "avalanche key [command] --help" for more information about a command.
 +
</pre>
  
 
== See also ==
 
== See also ==

Revision as of 08:59, 28 April 2023

avalanche key create
avalanche key list
The key command suite provides a collection of tools for creating and managing
signing keys. You can use these keys to deploy Subnets to the Fuji Testnet,
but these keys are NOT suitable to use in production environments. DO NOT use
these keys on Mainnet.

To get started, use the key create command.

Usage:
  avalanche key [flags]
  avalanche key [command]

Available Commands:
  create      Create a signing key
  delete      Delete a signing key
  export      Exports a signing key
  list        List stored signing keys or ledger addresses

Flags:
  -h, --help   help for key

Global Flags:
      --config string      config file (default is $HOME/.avalanche-cli.json)
      --log-level string   log level for the application (default "ERROR")

Use "avalanche key [command] --help" for more information about a command.

See also

Advertising: