Install

Roller installation

curl -L https://dymensionxyz.github.io/roller/install.sh | bash

Verify Roller version

roller version

Initialize RollApp

roller config init --interactive

Address funding

After initializing the RollApp, addresses to fund should be returned to you:

🔑 Addresses:

Sequencer <network> | Address used to publish state updates to the Dymension Hub
Relayer   <network> | Address that handles the relaying of IBC packets
DA        <network> | Address used to publish data on-chain to the DA network

Faucet

In Dymension's discord please fund the Dymension Hub addresses in the froopyland-faucet channel with the following command as an example:

Register

Should return:

Create SystemD

Run

Check logs

💈Relayer logs

💈RollApp logs

IBC transfer

Transfer IBC Tokens

The output:

The source channel, in this case channel-0, will be used in the following command and will be referred to as <src-channel>.

Last updated