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

https://github.com/konojunya/golang-blockchain-sample

Understand the simple Blockchain implementation in Golang.
https://github.com/konojunya/golang-blockchain-sample

blockchain blockchain-technology go golang sample

Last synced: 17 days ago
JSON representation

Understand the simple Blockchain implementation in Golang.

Awesome Lists containing this project

README

        

# golang-blockchain-sample

Understand the simple Blockchain implementation in Golang.

今回は簡単なブロックチェーンのお勉強なのでブロックを SHA-256 でハッシュ化しています。

https://postd.cc/learn-blockchains-by-building-one/ これを Golang で実装する