Skip to content

Instantly share code, notes, and snippets.

@fmorency
Last active June 5, 2024 15:02
Show Gist options
  • Save fmorency/60cc38311dd35c49bfdabac4172e84c1 to your computer and use it in GitHub Desktop.
Save fmorency/60cc38311dd35c49bfdabac4172e84c1 to your computer and use it in GitHub Desktop.
gentx + ledger
  1. Install the Cosmos App on the Ledger device
  2. Connect the Ledger device and open the Cosmos App

./build/manifestd keys add val --ledger

Approve on the Ledger Device

./build/manifestd genesis add-genesis-account val 10000000upoa ./build/manifestd genesis gentx val 1000000upoa --chain-id test

Approve on the Ledger Device

Genesis transaction written to "..."

Rest as usual.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment