mehdihadeli / awesome-go-education

A curated list of awesome articles and resources for learning and practicing Go and its related technologies.
https://mehdihadeli.github.io/awesome-go-education/
Creative Commons Zero v1.0 Universal
395 stars 34 forks source link

Add https://github.com/volodymyrprokopyuk/go-blockchain #12

Open volodymyrprokopyuk opened 1 month ago

volodymyrprokopyuk commented 1 month ago

Hi,

Could you, please, add the practical guide for building a blockchain from scratch in Go

I've developed a blockchain from scratch in Go with gRPC for learning purposes. I've also written the guide that explains the design of the blockchain along with practical usage examples. I hope the guide will help to effectively learn the blockchain concepts and progressively build a blockchain from scratch in Go with gRPC

https://github.com/volodymyrprokopyuk/go-blockchain

Thank you!