terrad add-genesis-account
Add a genesis account to genesis.json
.
Synopsis
Add a genesis account to genesis.json
. The provided account must specify
the account address or key name and a list of initial coins. If a key name is given,
the address will be looked up in the local Keybase. The list of initial tokens must
contain valid denominations. Accounts may optionally be supplied with vesting parameters.
You can access the genesis.json
file in Terrad's config folder.
For more information on Terrad configuration, visit the Full node general configuration page.
Example
In the command above, acc1
refers to the account name set by the keys
command.
Options
See also
- terrad - The Terra Blockchain's CLI and node daemon.
- terrad collect-gentxs - Collect genesis txs and output a
genesis.json
file. - Full node general configuration page