safe-cli
safe-cli copied to clipboard
Docs on how to use the Ledger Python package from Docker
When running the Docker image, it says this:
Ledger=Disabled Optional ledger library is not installed, run pip install safe-cli[ledger]
However, pip is not available in the Docker context.
How can we install the safe-cli[ledger] in Docker and use it there?
I installed the package by using docker ps and docker exec -it <container_id_or_name> sh.
That enabled the load_ledger_cli_owners function. However, the function doesn't seem to work. When I run this:
load_ledger_cli_owners --derivation-path "m/44'/60'/0'/0/0"
Nothing happens. No Ledger CLI is loaded.
@AsiganTheSunk @Uxio0 @moisses89 could you take a look, please? 🙏