cmdruid / tapscript

A humble library for working with Tapscript and Bitcoin Transactions.
https://www.npmjs.com/package/@cmdcode/tapscript
Creative Commons Zero v1.0 Universal
188 stars 49 forks source link

Examples are outdated. #41

Closed maxgmer closed 1 month ago

maxgmer commented 1 month ago

Examples are outdated. E.g. this one (https://github.com/cmdruid/tapscript/blob/master/test/example/taproot/keyspend.test.ts) uses non-existent methods from "util".

Maybe you already know, would be awesome if you updated those. Thanks in advance!

cmdruid commented 1 month ago

I plan to update these very soon, with actual integration testing using bitcoin core. I already have it running in another branch.

Stay tuned! :-)

maxgmer commented 1 month ago

That's awesome! I'm closing this issue then.