Skip to main content

Overview

This section goes over the technical requirements for interacting with a RollApp via CLI.

To begin install the following EVM RollApp template (Requires Go 1.22.1):

git clone https://github.com/dymensionxyz/rollapp-evm.git v2.1.2
cd rollapp-evm

Set the Bech32 prefix of the RollApp. This information can be found on the Dymension chain registry:

Example

export BECH32_PREFIX="rolx"

Install the RollApp code:

make install

Add a local keypair that will be funded with RollApp tokens:

rollapp-evm keys add KEY-NAME

Create a validator pubkey:

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