Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.krews.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Confirm the latest mainnet tag from the official repository or docs before upgrading.

Build the target version

cd ~/dymension || git clone https://github.com/dymensionxyz/dymension.git ~/dymension && cd ~/dymension
git fetch --tags
git checkout v3.2.0   # replace with the announced version
make install          # installs 'dymd' to $GOBIN
dymd version --long

Restart

# If using systemd
sudo systemctl restart dymd
journalctl -u dymd -f -o cat

# Or run in foreground
dymd start

Verify

curl -s localhost:26657/status | jq '.result.sync_info'