Go to file
Ivan Kuznetsov 85022254ec Implement serialization and deserialization of a block 2017-08-28 12:11:51 +07:00
README.md Add README 2017-08-27 08:17:57 +07:00
block.go Implement serialization and deserialization of a block 2017-08-28 12:11:51 +07:00
blockchain.go Use NewBlock in Blockchain.AddBlock 2017-08-16 13:55:18 +07:00
main.go Rename ConfirmProof function to Validate 2017-08-24 10:35:14 +07:00
proofofwork.go Remove a comment 2017-08-24 12:20:43 +07:00
utils.go Clean up and refactor proofofwork.go 2017-08-21 21:06:52 +07:00

README.md

Blockchain in Go

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

  1. Basic Prototype
  2. Proof-of-Work