Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 911 Bytes

File metadata and controls

29 lines (21 loc) · 911 Bytes

nibiru-2000

GenTx Collection ( Until August 28, 2021 11:00 GMT)

  1. Initialize the nibiru directories and create the local file with the correct chain-id
nibirud init <moniker> --chain-id=nibiru-2000
  1. Create a local key pair in the keybase
nibirud keys add <your key name>
  1. Add tour account to your local genesis file with a given amount and key you just created.
nibirud add-genesis-account $(nibirud keys show <your key name> -a) 100000000000game
  1. Create the gentx
nibirud gentx <your key name> 100000000000game --commission-rate=0.1 --commission-max-rate=1 --commission-max-change-rate=0.1 --pubkey $(nibirud tendermint show-validator) --chain-id=nibiru-2000

  1. Create Pull Request to this repository (gentxs).