Node

Command Line Options

node -h
use "node help [<command>]" for detailed usage

Usage:
  node [command]

Available Commands:
  help        Help about any command
  key         generate a key pair with specified shard number
  start       start the node of SCDO
  validatekey validate the private key and generate its public key

Flags:
  -h, --help   help for node

Use "node [command] --help" for more information about a command.
node key -h
generate a key pair and print them with hex values
 For example:
node key --shard 1

Usage:
  node key [flags]

Flags:
  -h, --help         help for key
      --shard uint   shard number

Last updated

Was this helpful?