Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 855 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 855 Bytes

Output Script Descriptor Parser

This parser currently only supports the pk(), pkh(), wpkh(), sh(), wsh(), and multi() script expressions. This parser doesn't really do anything useful with the descriptor after it parses it, I mainly made it to learn about descriptors and to potentially build off of it in the future.

Reference BIPs