Skip to content

cardano-configs

cardano-configs delivers network configuration files to a mounted directory. Its entrypoint expects a target directory and accepts an optional network name.

Terminal window
docker run --rm \
-v "$(pwd)/configs:/output" \
ghcr.io/blinklabs-io/cardano-configs:latest /output preprod

Omit preprod to copy every bundled network. Supported directories normally include mainnet, preprod, preview, sanchonet, and devnet when devnet files were included. An unknown network fails with available directories.

There are no runtime environment variables. The update script uses these build-time controls:

VariableMeaning
HAIL_HYDRAWhen true, include Hydra devnet configuration.
LEIOS_GO_BRRWhen true, refresh the musashi/Leios configuration.

Source repository