Skip to content

burnt-labs/devnet

Repository files navigation

Xion Devnet

Xion Devnet is a multi validator sandbox environment orchestrated with docker compose

Prerequisites

Running Devnet

Start Devnet (From the root of this project)

cd ./devnet
NUM_VALIDATORS=3 docker compose up

Adjust the number of validators (up to 10) per your needs.

By default this will build a container using the local repository state and create a local xion network with three validators.

Stop Devnet:

docker compose stop

After stopping you may resume from the previous height with'

docker compose start

Remove all/reset:

docker compose rm -f -s -v
docker volume rm devnet_shared
docker network rm devnet_default

Rebuild the container image used

docker compose build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published