# README
Programming Bitcoin: Learn how to program Bitcoin from scratch
This repository contains Go implementations of the exercises and code samples from the book Programming Bitcoin: Learn How to Program Bitcoin from Scratch by Jimmy Song. The original book is written for Python, but here, the code is translated and adapted to Go.
Credits
All concepts and Python-based code samples are credited to Jimmy Song's Programming Bitcoin. This Go version is an independent project and is not affiliated with the original author.