Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 689 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 689 Bytes

Bitcoin Tapscript Disassembler

This project uses the opcodes from the btcd project, and implements according to BIP 342 and BIP 341 a tapscript disassembler for witness entries of a pay to taproot Bitcoin transaction input, similar to what can be found in the mempool.space project.

It's stipped down to the bone and pretty much only parses the most common version of tapscript as of now that has the leaf version being 0xc0 (and can ensure it is according to BIP specs).