enid add-genesis-account

enid add-genesis-account

Add a genesis account to genesis.json. The provided account must specify either an account address or key name, along with an initial list of tokens. If a key name is given, the address will be looked up in the local Keybase. The initial token list must contain valid denominations. If using keyring-backend test, you can optionally provide vesting parameters for the account. An association between the eni address and the eth address will also be created here.

Usage:
  enid add-genesis-account [address_or_key_name] [coin][,[coin]] [flags]

Flags:
      --height int               Query state at a specific height (this may fail if the node is pruning state)
  -h, --help                     Help information for add-genesis-account
      --home string              Application home directory (default "~/.eni")
      --keyring-backend string   Choose the keyring backend (os|file|kwallet|pass|test) (default "os")
      --node string              <host>:<port> to the Tendermint RPC interface for this chain (default "tcp://localhost:26657")
  -o, --output string            Output format (text|json) (default "text")
      --vesting-amount string    Amount of tokens for the vesting account
      --vesting-end-time int     Scheduled end time for the vesting account (unix epoch)
      --vesting-start-time int   Scheduled start time for the vesting account (unix epoch)

Global Flags:
      --log_format string   Log format (json|plain)
      --log_level string    Log level (trace|debug|info|warn|error|fatal|panic)
      --trace               Print the full stack trace on error

Last updated