Build Dymension
The following section explains how to build the Dymension full node:
- Dymension (Mainnet)
- Blumbus (Testnet)
- localhost
Use
git
to retrieve Dymension:git clone https://github.com/dymensionxyz/dymension.git --branch v3.1.0
cd dymensionBuild Dymension. This will install the
dymd
executable to yourGOPATH
environment variable.make install
Verify that the Dymension full node is installed correctly.
dymd version --long
Example:
name: dymension
server_name: dymd
version: v3.1.0
commit: b0e997d6b921666b7c4da4e121a87a2652ed0d2aIf the dymd command is not found an error message is returned, confirm that your GOPATH is correctly configured by running the following command:
export PATH=$PATH:$(go env GOPATH)/bin
Use
git
to retrieve Dymension:git clone https://github.com/dymensionxyz/dymension.git --branch v3.1.0
cd dymensionBuild Dymension. This will install the
dymd
executable to yourGOPATH
environment variable.make install
Verify that the Dymension full node is installed correctly.
dymd version --long
Example:
name: dymension
server_name: dymd
version: v3.1.0
commit: b0e997d6b921666b7c4da4e121a87a2652ed0d2aIf the dymd command is not found an error message is returned, confirm that your GOPATH is correctly configured by running the following command:
export PATH=$PATH:$(go env GOPATH)/bin
Use
git
to retrieve Dymension:git clone https://github.com/dymensionxyz/dymension.git
cd dymensionBuild Dymension. This will install the
dymd
executable to yourGOPATH
environment variable.make install
Verify that the Dymension full node is installed correctly.
dymd version --long
Example:
name: dymension
server_name: dymdIf the dymd command is not found an error message is returned, confirm that your GOPATH is correctly configured by running the following command:
export PATH=$PATH:$(go env GOPATH)/bin
Run a script that initializes the Dymension full node:
bash scripts/setup_local.sh
Run the Dymension full node:
dymd start
Now that we have a Dymension full node running we can proceed to running a local instance of a RollApp with Roller.