bitcoinops / taproot-workshop

Taproot & Schnorr Python Library & Documentation.
MIT License
375 stars 112 forks source link

Convenience function for generating a transaction output to a taproot address #92

Closed jnewbery closed 5 years ago

jnewbery commented 5 years ago

Chapters 2.1-2.4 all contain cells which:

We should try to abstract as much of that away as possible (after doing it once in chapter 2.1), since it's a distraction from what the chapters are trying to teach.

jnewbery commented 5 years ago

In general, I think we should have more convenience functions for the low level stuff so that participants are focusing on the schnorr/taproot concepts.

jnewbery commented 5 years ago

fixed in #125