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 nthKey support #182

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Commits on Aug 24, 2021

  1. Add nthKey support

    Keys can be imported using JSON or QR.
    
    Wallet can be exported using JSON or QR.
    
    Device supports testnet, signet and mainnet.
    
    Only sh-wpkh (native Segwit) is supported.
    
    Only multisig is supported.
    
    Thumbnails generated with:
      convert nthkey-orig.png -channel RGB -negate -resize 300x300 -background white -gravity center -extent 200x200 -type grayscale nthkey@3x.png
      convert nthkey-orig.png -channel RGB -negate -resize 150x150 -background white -gravity center -extent 100x100 -type grayscale nthkey@2x.png
      convert nthkey-orig.png -channel RGB -negate -resize 75x75 -background white -gravity center -extent 50x50 -type grayscale nthkey.png
    Sjors committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    15d1183 View commit details
    Browse the repository at this point in the history