Go to file
Ivan Kuznetsov 52477175c1 Implement basic CLI 2017-08-28 16:48:53 +07:00
.gitignore Add .gitignore 2017-08-28 16:28:59 +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 Store a DB connection in Blockchain 2017-08-28 16:28:23 +07:00
main.go Implement basic CLI 2017-08-28 16:48:53 +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