Skip to content

refactor: implement stealth cli as rust crate #18

Open
satsfy wants to merge 2 commits intostealth-bitcoin:mainfrom
satsfy:add-cli
Open

refactor: implement stealth cli as rust crate #18
satsfy wants to merge 2 commits intostealth-bitcoin:mainfrom
satsfy:add-cli

Conversation

@satsfy
Copy link
Copy Markdown
Collaborator

@satsfy satsfy commented Mar 26, 2026

Depends on #16 (it will be in draft mode until its merged)

This PR is a combination of rust refactors from @brenorb in #15 and me.

Implements a CLI crate (stealth-cli) that can scan a single descriptor, multiple descriptors from a file, or raw UTXOs, with text/json output modes.

Add instructions on README on how to use the CLI.

Reviewer Notes

Run the CLI:

cargo run --bin stealth-cli -- scan \
  --descriptor 'wpkh([f23f9fd2/84h/0h/0h]xpub.../0/*)' \
  --rpc-url http://127.0.0.1:18443 \
  --rpc-user localuser \
  --rpc-pass localpass \
  --format text

@satsfy satsfy marked this pull request as ready for review April 5, 2026 03:06
@satsfy
Copy link
Copy Markdown
Collaborator Author

satsfy commented Apr 5, 2026

@LORDBABUINO fyi this is rebased and ready for review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant