tapscript
tapscript copied to clipboard
A humble library for working with Tapscript and Bitcoin Transactions.
@cmdruid was trying to implement the runes specification on my existing codebase used for inscriptions. I feel like this should be a straightforward task but for whatever reason once my...
I like this library a lot, but I have hit a blocker. `Tx.decode()` fails with this error for some transactions that have already been confirmed. The error message is always...
Just a small problem, in "inscribe.test.ts", L21, new URL() failed in the windowOS, and it should use absolute URL
 my node version is 22.0, yarn -v = 1.22.22 I use: yarn install, yarn build successfully but when trying to test, I get this error and I could find...
following this reference [example](https://github.com/cmdruid/tapscript/blob/master/test/example/taproot/tapscript.test.ts#L20) , can you provide an example for this 2-2 simple script OP_CHECKSIGVERIFY OP_CHECKSIG
While preparing the transaction to be signed, annex extractor function expects multiple elements in the stack (such as sig + annex). This is a valid check after the tx is...