Saltar al contenido

mithril-client

Este contenido aún no está disponible en español.

mithril-client is the upstream snapshot CLI. Cardano network configuration is available under /opt/cardano/config; the image adds no runtime wrapper or custom environment variables.

Terminal window
docker run --rm -it \
-v node-data:/data \
ghcr.io/blinklabs-io/mithril-client:latest \
cardano-db snapshot list

Pass upstream Mithril commands, flags, and environment configuration directly. MITHRIL_VERSION is a build argument selecting the source revision.

Mithril documentation · Source repository