Creating a Blockchain in Golang: A Learning Journey
This post documents the progressive learning journey I have recently forced myself through in crypto & golang. Though I have known the basic patterns and sytax for a while, I recently decided it was time for a deep dive!
Working in fintech, I frequently get asked about cryptocurrency especially pertaining to stablecoins and blockchain technology. While I have a decent high-level understanding of these concepts, I realized that my theoretical knowledge of the underlying functionality was lacking. It is one thing to understand the theory behind blockchain, but another monster to understand how it is implemented in code. To address this gap, I decided to embark on a learning journey by building a simple blockchain from scratch using Golang.
Why Golang?
Still Building...