Run a chaosnet

Chaosnet is a local Docker cluster of two blockchain networks connected by a Hermes relayer

Prerequisites

Clone the repository

git clone https://github.com/NibiruChain/nibiru.git
cd nibiru/

Start chaosnet

make chaosnet

This command takes a while because it builds a lot of Docker images. You should have a Docker compose network with:

  • two blockchains

    • one validator for each blockchain

    • one pricefeeder for each validator

  • one relayer

Last updated