π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 installInitialize Node
dymd init YOUR_MONIKER --chain-id dymension_1100-1Download Genesis
wget -O genesis.json https://snapshots.polkachu.com/genesis/dymension/genesis.json --inet4-only
mv genesis.json ~/.dymension/configConfigure Seed
sed -i 's/seeds = ""/seeds = "[email protected]:20556"/' ~/.dymension/config/config.tomlConfigure 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/binCreate 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