Skip to content

decentrio/localnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published