package
1.0.7
Repository: https://github.com/t-xinlin/doc.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