Go to file
Ivan Kuznetsov e6cf54a124 Refactor NewBlockchain 2017-08-28 16:16:45 +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.db Refactor NewBlockchain 2017-08-28 16:16:45 +07:00
blockchain.go Refactor NewBlockchain 2017-08-28 16:16:45 +07:00
main.go Refactor NewBlockchain 2017-08-28 16:16:45 +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