An open API service indexing awesome lists of open source software.

https://github.com/pivaldi/gbcl

Learning blockchain with Go
https://github.com/pivaldi/gbcl

blockchain command-line go golang

Last synced: about 1 month ago
JSON representation

Learning blockchain with Go

Awesome Lists containing this project

README

        

# Learning Blockchain Technology With Go

Learning blockchain technology from [this website](https://web3.coach/),
wanting to learn by practicing, I found the [provided Go code](https://github.com/web3coach/the-blockchain-bar) is not well
designed and missed best practices so I decided to provide [here](https://github.com/pivaldi/gbcl) a better code architecture implementing the Go best practices.

This is a work in progress… as my knowledge's blockchain…