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

Bitcoin script Verifier #180

Open
JoshOrndorff opened this issue Feb 15, 2024 · 0 comments
Open

Bitcoin script Verifier #180

JoshOrndorff opened this issue Feb 15, 2024 · 0 comments

Comments

@JoshOrndorff
Copy link
Contributor

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.

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