You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bitcoin script is one of the (or probably the) most popular ways to program logic in UTXO chains. Implementing compatibility in Tuxedo would be a big step toward bitcoin wallet compatibility and would also allow many 2nd layer protocols like Farcaster or perhaps even lightning to run on top of a Tuxedo chain.
The right place to implement this would be as a Verifier. We coudl try to stick to something exactly like original bitcoin script / bitcoin network, or do something that is just basically compatible, or something that is a superset like the BCH script. Or even something like miniscript.
Or, really we could do all of those. Any one of them closes this issue.
The text was updated successfully, but these errors were encountered:
Bitcoin script is one of the (or probably the) most popular ways to program logic in UTXO chains. Implementing compatibility in Tuxedo would be a big step toward bitcoin wallet compatibility and would also allow many 2nd layer protocols like Farcaster or perhaps even lightning to run on top of a Tuxedo chain.
The right place to implement this would be as a
Verifier
. We coudl try to stick to something exactly like original bitcoin script / bitcoin network, or do something that is just basically compatible, or something that is a superset like the BCH script. Or even something like miniscript.Or, really we could do all of those. Any one of them closes this issue.
The text was updated successfully, but these errors were encountered: