Skip to main content
Version: Testnet - Blumbus

Becoming a Governor

Users may become Governors on RollApps via CLI. To begin install the following EVM RollApp template (Requires Go 1.23):

Set bech32 prefix

Set the Bech32 prefix of the RollApp.

export BECH32_PREFIX="TOKEN_SYMBOL"

Install the RollApp binary

git clone https://github.com/dymensionxyz/rollapp-evm.git && cd rollapp-evm
make install BECH32_PREFIX=${BECH32_PREFIX}

Add a keypair that will be funded with tokens

rollapp-evm keys add KEY-NAME

Initialize chain informaiton

rollapp-evm init <KEY-NAME> --chain-id=CHAIN-ID