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.
- Host: GitHub
- URL: https://github.com/konojunya/golang-blockchain-sample
- Owner: konojunya
- License: mit
- Created: 2018-04-24T05:24:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T11:25:43.000Z (almost 7 years ago)
- Last Synced: 2025-04-06T04:13:03.854Z (20 days ago)
- Topics: blockchain, blockchain-technology, go, golang, sample
- Language: Go
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 で実装する