CashScript / cashscript

⚖️ Easily write and interact with Bitcoin Cash smart contracts
https://cashscript.org
MIT License
112 stars 79 forks source link

Collaborative transaction building #124

Open rkalis opened 2 years ago

rkalis commented 2 years ago

Sometimes transactions need to be signed by multiple people (e.g. multisig). In these cases it should be possible for people to sign their part of the transaction and leave the rest to others. See #32 for context. Libauth has a whole system already built for this with their authentication templates, so that is definitely what should be used for this functionality. See #76.