/bitcoin-tx-tutorial

A technical tutorial for understanding how bitcoin transactions are created and signed

Primary LanguageJupyter Notebook

bitcoin-tx-tutorial

This repo contains a series of python jupyter-notebooks to explain how bitcoin transactions are created and signed. The notebooks will start up an instance of bitcoind in regtest mode so that transactions can be validated and broadcasted on regtest. Each notebook has some questions and exercises to test your understanding.

Acknowledgements