🩶Dymension

Dymension is a network of easily deployable and lightning fast modular blockchains called RollApps. This documentation serves as a source for all things Dymension.

website: https://dymension.xyz/ docs: https://docs.dymension.xyz/ x: https://twitter.com/dymension

Building from source

sudo apt update
sudo apt install -y curl git jq lz4 build-essential

Install go

sudo rm -rf /usr/local/go
curl -L https://go.dev/dl/go1.21.5.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 .bash_profile

Clone project repository

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

Node configuration

Create a service

Start the service & check logs

Last updated