Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add psbt watch-only/cold-storage example #940

Merged
merged 2 commits into from Jul 19, 2022

Commits on Jul 19, 2022

  1. Add psbt example

    Add an example PSBT workflow. The workflow we simulate is that of a
    setup using a watch-only online wallet (contains only public keys) and a
    cold-storage wallet (contains the private keys).
    
    We create and update a PSBT using the watch-only wallet then pass the
    PSBT to the cold-storage wallet to sign.
    
    Co-authored-by: Dan Gould <d@ngould.dev>
    tcharding and DanGould committed Jul 19, 2022
    Copy the full SHA
    6967c0e View commit details
    Browse the repository at this point in the history
  2. Run ecdsa-psbt example in test script

    We just added a PSBT example file, run it from CI for all test runs.
    tcharding committed Jul 19, 2022
    Copy the full SHA
    cd2369b View commit details
    Browse the repository at this point in the history