var img = document.createElement('img'); img.src = "https://terradocs.matomo.cloud//piwik.php?idsite=2&rec=1&url=https://feather.terra.money" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

8. Perform Pre-Launch Tasks

Warning
  • This must be run before the chain launch time
  • Running this means that no other validators can join your chain - ensure that you have approved all validators that you want first

Before a chain launches, chain deployers must sign the genesis messages to delegate the configured bond_denom to validators, and post it on chain.

To perform these pre-launch admin tasks, run the following:


feather chaindeployer admin --key <key_name> --launch-id <launch_id>

FlagDescriptionExample
--keyName of key registered in Register Keys-
--launch-idLaunch ID of your chain10
--verboseEnable verbose loggingtrue