Bitcoin library written in Python. Inspired by Jimmy Songs course and book.
poetry shell poetry install poetry lock poetry add <package> poetry remove <package> python -m unittest <file> python -m unittest test_module.TestClass.test_method python -m unittest discover -s <module> -p '*.py'