soroban-cli
soroban-cli copied to clipboard
Allow stellar ledger device to sign `stellar contract invoke` directly
Allow for signing contract invoke with ledger. This currently returns an error: ❌ error: Ledger cannot reveal private keys
There is a work around, where you can invoke the tx with --build-only and then pipe the tx to stellar tx sign --sign-with-ledger.
This issue is stale because it has been assigned for 30 days with no activity. It will be closed in 90 days unless the stale label is removed, and the assignee is removed or updated.
This issue is stale because it has been assigned for 30 days with no activity. It will be closed in 90 days unless the stale label is removed, and the assignee is removed or updated.
This issue is stale because it has been assigned for 30 days with no activity. It will be closed in 90 days unless the stale label is removed, and the assignee is removed or updated.
This issue is stale because it has been assigned for 90 days with no activity.
There is some preliminary work done on this in https://github.com/stellar/stellar-cli/pull/2240. Moved this back to the Backlog since this is not a high priority at the moment.