
Dymension
Home of the RollApps
Dymension is a network of easily deployable and lightning fast modular blockchains called RollApps. Dymension allows anyone to build and deploy their own consensus-free blockchain, a RollApp.
Website https://dymension.xyz/
Twitter https://twitter.com/dymension
Mainnet network:
Chain ID
Latest Version
Wasm
dymension_1100-1
v3.1.0
OFF
Public endpoints
REST API https://dymension-api.lefey.tech
JSON RPC https://dymension-jsonrpc.lefey.tech
1.Install dependencies
sudo apt update && sudo apt upgrade -y
sudo apt install curl git jq lz4 build-essential -ysudo rm -rf /usr/local/go
curl -sL https://go.dev/dl/go1.21.6.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> $HOME/.bash_profile
source $HOME/.bash_profile
go version2.Build node binary
cd && git clone https://github.com/dymensionxyz/dymension.git
cd dymension
git checkout v3.1.0
make installdymd version --long | grep -e commit -e versioncommit: b0e997d6b921666b7c4da4e121a87a2652ed0d2a
version: v3.1.0
3. Config node
44a4440d7515cd3b7245bc8ed0ccb1e9ecadd8f24da5508f325f9df0509f916b
Last updated