/go-blockchain

Blockchain implementation in golang, for demonstration purposes only

Primary LanguageGoMIT LicenseMIT

go-blockchain

This is a simple Blockchain implementation I did for learning and demonstration purposes. Concepts entirely based on the article Learn Blockchains by Building One, I merely chose to implement it in Golang instead of Python.