Categorygithub.com/jeiwan/blockchain_go
repositorypackage
0.0.0-20210626111844-ff408351a2b8
Repository: https://github.com/jeiwan/blockchain_go.git
Documentation: pkg.go.dev

# README

Blockchain in Go

A blockchain implementation in Go, as described in these articles:

  1. Basic Prototype
  2. Proof-of-Work
  3. Persistence and CLI
  4. Transactions 1
  5. Addresses
  6. Transactions 2
  7. Network