spacemeshos / smcli

Spacemesh command-line tool
https://spacemesh.io/
MIT License
8 stars 9 forks source link

Support multiple ledger devices #46

Open lrettig opened 1 year ago

lrettig commented 1 year ago

smkeys supports a path argument that allows the user to specify which ledger device they want to use. Add support in smcli for specifying a ledger device. The format should match that in the solana CLI, e.g., "usb://ledger/1" for the second device.

It would be nice to support listing the present devices; this would require adding upstream support in smkeys and spacemesh-sdk as well.