lwk_containers

Crates.iolwk_containers
lib.rslwk_containers
version0.10.0
created_at2024-01-26 13:16:52.95135+00
updated_at2025-07-09 08:30:19.012645+00
descriptionLiquid Wallet Kit - Docker containers for tests environment
homepage
repository
max_upload_size
id1115531
size1,802,519
(LeoComandini)

documentation

https://docs.rs/lwk_containers

README

Accessing docker logs

Accessing the pin server logs can be done by keeping the docker around after testing with

export TESTCONTAINERS=keep

Then identifying the id of the docker with:

docker ps

Then:

docker log $ID
Commit count: 0

cargo fmt