πŸ”‹Dymension

Dymension is a network of fast modular blockchains known as RollApps, and this documentation is its primary resource.

Make sure you have the latest Go build and system components installed

Install Cosmovisor

go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/[email protected]

Install Node

git clone https://github.com/dymensionxyz/dymension.git dymension
cd dymension
git checkout v3.1.0
make install

Initialize Node

dymd init YOUR_MONIKER --chain-id dymension_1100-1

Download Genesis

wget -O genesis.json https://snapshots.polkachu.com/genesis/dymension/genesis.json --inet4-only
mv genesis.json ~/.dymension/config

Configure Seed

sed -i 's/seeds = ""/seeds = "[email protected]:20556"/' ~/.dymension/config/config.toml

Configure Cosmovisor Folder

# Create Cosmovisor Folders
mkdir -p ~/.dymension/cosmovisor/genesis/bin
mkdir -p ~/.dymension/cosmovisor/upgrades

# Load Node Binary into Cosmovisor Folder
cp ~/go/bin/dymd ~/.dymension/cosmovisor/genesis/bin

Create Service File

Download Snapshot

Install lz4 if needed

Download the snapshot

Launch Node

Wallet & Validator

Add new key

Recover existing key

Create Validator

DONE

Last updated