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 Support for BTC Multisig #62

Open
3 tasks
shekohex opened this issue Nov 29, 2023 · 0 comments
Open
3 tasks

Add Support for BTC Multisig #62

shekohex opened this issue Nov 29, 2023 · 0 comments

Comments

@shekohex
Copy link

Currently, Airgap does not support Bitcoin Multi-Signature, which is a very common when you are holding a big amount of bitcoin and want to secure it.

We would like to see support for

  • P2SH (Legacy Multisig)
  • P2WSH (Native SegWit Multisig)
  • P2SH-P2WSH (embedded Segwit Multisig)

Since we are using bitcoin.js which is already supports multisig like here https://github.com/bitcoinjs/bitcoinjs-lib/blob/1f92ada3fda587c1c0a6aa93649afa04e8382b93/test/integration/transactions.spec.ts#L204

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

No branches or pull requests

1 participant