nibiru-2000 Go version: v1.16+ Nibirud version: v0.3 GenTx Collection ( Until August 28, 2021 11:00 GMT) Initialize the nibiru directories and create the local file with the correct chain-id nibirud init <moniker> --chain-id=nibiru-2000 Create a local key pair in the keybase nibirud keys add <your key name> 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 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 Create Pull Request to this repository (gentxs).