chainside / btcpy

A Python3 SegWit-compliant library which provides tools to handle Bitcoin data structures in a simple fashion.
https://www.chainside.net
GNU Lesser General Public License v3.0
270 stars 73 forks source link

Support for taproot and Schnorr? #60

Open jeanmonet opened 3 years ago

jeanmonet commented 3 years ago

Thank you for publishing this awesome library, IMO it's well designed and does the job well. Do maintainers plan to include taproot/Schnorr support?

SimoneBronzini commented 3 years ago

Hello, unfortunately there is no roadmap for adding these features to our library. Of course, any contribution is very appreciated!

jeanmonet commented 3 years ago

Got it. Will give some thought for a contribution on this topic. It would be great to see this library live on.

SimoneBronzini commented 3 years ago

Thank you!