Skip to content

Local network generator for the Cosmos ecosystem

Notifications You must be signed in to change notification settings

Zygimantass/bldr

Repository files navigation

bldr

What it does

bldr automatically generates configuration and spins up a local testnet on your dev machine. As long as you have the correct Dockerfiles in dockerfiles/, all additional information is fetched from the Cosmos chain registry.

How to use

python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
cp config.yaml.example config.yaml
python main.py
cd data/bldr-osmosis-1
docker compose up
docker ps

About

Local network generator for the Cosmos ecosystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages