Bitcoin library developed in Python based on Jimmy Song's Programming Bitcoin book. After taking Jimmy's excellent 2-day course, I decided to re-write the library in which his course is based to strengthen my understanding of all the topics covered in the course. This library is the result of that effort.
To run the tests for each of the library's files, run the following commands in your terminal:
python3 -m unittest <nameoffile.py>
This project is licensed under the MIT License.