Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 631 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 631 Bytes

LocalDymension

Use the state export in LocalDymension

  1. Ensure you have state export with filename `export.json``

  2. 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
  1. Init chain
bash init.sh
  1. 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 .
  1. Run 4 validators node
docker-compose up