-
Ensure you have state export with filename `export.json``
-
Ensure you have docker and docker-compose installed:
# Docker
sudo apt-get remove docker docker-engine docker.io
sudo apt-get update
sudo apt install docker.io -y
# Docker compose
sudo apt install docker-compose -y
- Init chain
bash init.sh
- Clone Dymension Hub repository then checkout the commit you want and run the build image command:
docker build -t ghcr.io/dymensionxyz/dymension:local -f Dockerfile .
- Run 4 validators node
docker-compose up