Allow stellar ledger device to sign `stellar contract invoke` directly

Open
#1,872 6 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
rust
Domain
blockchain, cli

Research direction

Start by reproducing stellar contract invoke with a Stellar ledger device and compare its signing path with stellar tx sign --sign-with-ledger after --build-only. Done means direct contract invocation signs successfully without revealing private keys and no longer returns the Ledger error.

Written by the indexing model from the issue text.

Description

stale

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.

Dominant language
Rust
Stars
123
Forks
141
Avg merge
2d 21h
Merged PRs (30d)
17

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from stellar/stellar-cli

All issues in stellar/stellar-cli

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.