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

6. Publish Chain Launch

Publish your chain launch to the Terra Testnet, announcing to all Validators that your chain would launch at a specific time:


feather prod chains publish \
--key <key_name> \
--launch-time <unix_timestamp> \
--repo <repo> \
--stake-dist-strat <strategy>

FlagDescriptionExample
--keyName of key registered in Register Keys-
--launch-timeUnix timestamp (in seconds) of chain deploy time. Use a website to convert a date to a timestamp.1735689600
--repoThe GitHub repository passed to --repo when running feather dev scaffold ..., with optional suffix of #<branch/tag/commit>github.com/User/repo_name
github.com/User/repo#branch
github.com/User/repo#v1.0.0
--stake-dist-stratThe genesis stake distribution strategy to useequal#v1.0.0
terravp#v1.0.0
Note

After publishing your chain, a launch ID for your launch will be printed to the console. Save it - you will need it for the next step.